1 min readOct 10, 2019
Good article. The one truth about comments is that at some point they become lies. Teaching devs to document code with good naming and flow means that you don’t have to wade through tons of comments that don’t make sense because the code has changed (or worse are flat out misleading). In code reviews I try to gently suggest ways to refactor code to make it more readable and easier to follow. I will be sharing this one with my coworkers.