Code Comment - ary
Programs must be written for people to read, and only incidentally for machines to execute.
--- Structure and Interpretation of Computer Programs
Code comments are one of the things which are as conflicted as one's belief of best programming langua...
deprov447.hashnode.dev7 min read
Maxi Contieri
Software Engineer
Nice Article!
"Only at the point where the code cannot be made easier to understand should you begin to add comments."
If you practice TDD, you don't even need to comment the plan. You just write self documenting tests