Ideally, comments should be used for expressing intention of programmer. Code itself shows implementation details, which tend to change. If codes hide implementation detail enough, additional comments will be redundancy.

Showing Implementation detail in code explicitly is as dangerous as putting magic number without using const or #define into code.

문법에 대해 딴지 부탁드려요.

imcgames 의 김학규입니다