• 0 posts
  • 6 comments
Joined 2 years ago
Cake day: April 15th, 2024
  • Good code is self-explanatory. You should only comment your code if it does something unexpectedly complicated.

    That being said, it’s always a good idea to write a manual, about how to use the code. Don’t document how it works, because those who can code will understand it anyways, and those who can’t, have no need to understand it.