Showing posts tagged documentation

Show all posts

post

Self-documenting is a myth, and how to make your code self-documenting

03 Aug 2019 Best practices 8 min read

Self-documenting code is often presented as a programmer's utopia, where you don't need to write comments at all! But code can never be entirely self-documenting. Here are some tips on how to clean up your code and write fewer comments without losing sight of the big picture.

Read full post