“ Use comments every chance you get, even when you think you don’t need them. If you don’t, someday you will open your code and realize you don’t know what it does.
Make sure your teammates use comments. The comments should be consistent (all used in...

Use comments every chance you get, even when you think you don’t need them. If you don’t, someday you will open your code and realize you don’t know what it does.

Make sure your teammates use comments. The comments should be consistent (all used in the same way), so anybody looking at the program can read the code.

Code is a lot easier to navigate when comments provide a clear roadmap.

~Girls of Steel, FIRST Team #3504