Skip Navigation
12 comments
  • comment the code! tell future you why is that needed and what its doing.

  • Write an ungodly large amount of code-comments - up to a point where you add 20 lines of explanations to a 6 lines long function where two lines are variables assignments.

    Source code is for humans to read. The compiler ignores the comments.

12 comments