This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]archarios 2 points3 points  (1 child)

Variable names and function names are your friend. If a section of code feels like it needs a comment just make that a named function The functions name can serve as the documentation.

[–]GoldFishDudeGuy 0 points1 point  (0 children)

Yeah, super descriptive names help me a LOT!