When to add code comments
When is the best time to add a new comment? Answer: before writing the code! You might think adding comments before code will be impossible, how can you know the details of the code before you have written it? Well, you can’t, and that is exactly why writing comments first will make your comments a …