Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Truth. But documentation accelerates this. You are correct most documentation is lackluster.
I very much appreciate good docs -
dmonkey23273yUhmmm maybe starting with docs? At least you know what the duck the thingie is supposed to do?
-
atheist97933y@dmonkey I dunno, by the time I've found something via Google, I probably know what it's *meant* to do, docs don't tell me what it *actually* does.
-
lotd79223yMore often than not, you stumble across small hidden gems and easter eggs that way as well..
Sometimes you do end up writing code around an API that was never documented and just gets changed without any prior notice tho.
Related Rants
Read source code and unit tests. Don’t bother documentation cause it’s outdated. Dig into the core, look where data goes in and where it gets out. Everything else is just a wrapper.
rant
wk281