Added a couple lines (#20536)
Mentioned that it's more difficult to go back through your code and comment it, rather than just comment it while you go.
This commit is contained in:
@ -9,6 +9,8 @@ For example, if you happen to pass along your code to an absolute beginner, they
|
||||
|
||||
It may become an extremely important idea to make a habit out of commenting your functions, loops, and declarations and treating comments as part of the source code, just as regular code should be.
|
||||
|
||||
Many developers have probably learned that it is much harder to go back through your code and comment it after you finish. It's always a good idea to label and comment your code as you go, so that you don't forget or mix up what certain variables or functions do.
|
||||
|
||||

|
||||
|
||||
<!-- The article goes here, in GitHub-flavored Markdown. Feel free to add YouTube videos, images, and CodePen/JSBin embeds -->
|
||||
|
Reference in New Issue
Block a user