skip to content
Notes && Anecdotes

Don't write comments

codeworkflowchallenge

There is a consistent way of describing how a program should work, it is called writing code. Writing comments that describe how code work is usually an excuse for writing bad code. Exceptions: documentation/issue links, and sometimes bad code is required.

Go to content