19
marc
7y

!rant
I have come to realize, after a long time in programming and using libraries, that spending time to read their documentation saves me time in the long run

Comments
  • 0
    lol, I hate to admit it, but normally I find it faster to dig through vendor code (Ctrl-P in vim/sublime is wonderful), examine sample unit tests, and reverse engineer.

    Often, I'll use this to find the esoteric keyword I need and add it to "stackoverflow" or "site:api.library.org" and get to what I want just as fast
  • 0
    @unfuckers-inc lol, that also works
Add Comment