Comment on Ask HN: How do you write code so it's easy to change?Comments−HackOfAllTrades6yJust one tip: Comment your Intent, not the code.Anyone can read the code and see what it does.No one can read your mind to figure out what you intended it to do.
Comments
Just one tip: Comment your Intent, not the code.
Anyone can read the code and see what it does.
No one can read your mind to figure out what you intended it to do.