You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/6-space-game/3-moving-elements-around/translations/assignment.ko.md

669 B

코드 주석 달기

설명

게임 폴더에 있는 /app.js 파일을 살펴보고, 주석을 달고 정리해 봅시다. 코드가 많아지면 통제하기가 어려워질 수 있습니다. 지금 주석을 추가해서 나중에도 코드를 쉽게 파악할 수 있도록 조치해 봅시다.

평가 기준

기준 모범 답안 적당한 답안 개선이 필요한 답안
app.js 코드가 주석으로 충분히 설명되어 있고 논리적으로 설계된 경우 app.js 코드가 주석으로 적절히 설명된 경우 app.js 코드가 주석으로 충분히 설명되지 않고 복잡하게 설계된 경우