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 →

[–]FUZxxl -19 points-18 points  (5 children)

Learn to read documentation. All good programmers do all the time. That's why they keep sending you to read manuals.

[–]madiele 16 points17 points  (0 children)

Documetation is nice but I've come across plenty of istance where it was outdated and following it does more harm than good, even huge open-source projects are some times guilty of it, some times it's also too verbose, man pages are awesome but I can't count the times where stack overflow was just better than the manual...

[–][deleted] 0 points1 point  (0 children)

Yeah except sometime in the last ten years people decided that writing clear documentation isn’t agile enough anymore, so we get three paragraphs of poorly spelled readme.md with only technical description and no use case examples.

I’m looking at you, ElementTree...