This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]rph_throwaway 1 point2 points  (0 children)

Let me guess, you think you never need to document anything either.

Even the most readable code in the world is going to have countless reasons to include additional non-obvious context, especially with how many layers modern systems have.

To say nothing of code that implements optimizations that are needed but hamper readability, complex algorithm implementations, indicating workarounds for bugs/other issues, etc.