|
|
|
|
|
by crazygringo
98 days ago
|
|
You seem to misunderstand the purpose of documentation. It's not to be more accurate than the code itself. That would be absurd, and is by definition impossible, of course. It's to save you time and clarify why's. Hopefully, reading the documentation is about 100x faster than reading the code. And explains what things are for, as opposed to just what they are. |
|
Crazy thing.
Number of times reading the source saved time and clarified why: many.
Number of times reading the documentation saved time and clarified why: never.
Perhaps I've just been unlucky?
EDIT:
The hilarious part to me is that everyone can talk past each other all day (reading the documentation) or we can show each other examples of good/bad documentation or good/bad code (reading the code) and understand immediately.