Code Comment

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Apr 29 5:2
Editor
Edited
Edited
2025 Oct 17 9:28

Code Comment

Better than code that is easy to understand with code comments is code that serves as its own documentation, and even better than that is a project structure where the code's purpose is clear from the organization alone

Rules based on the context

  • Comments should explain why and the intention, not what the code does with explanations

Precondition and Postcondition

to the comment below
 
 
 
 
 
 

Recommendations