Coding 102: Writing code other people can read
That bootcamp may have taught you to write code that works. But the next level is to write code that works with other people.
That bootcamp may have taught you to write code that works. But the next level is to write code that works with other people.
While there are many resources to help programmers write better code—such as books and static analyzers—there are few for writing better comments. While it's easy to measure the quantity of comments in a program, it's hard to measure the quality, and the two are not necessarily correlated. A bad comment is worse than no comment at all. Here are some rules to help you achieve a happy medium.