|
|
|
|
|
by Mashimo
608 days ago
|
|
How do you find the documentation in the first place? ;-) I search for Errors / StackTraces that I get. For me stackoverflow / reddit / forum answers are often more helpful. Or examples on how to implement something, the documentation can sometimes be a bit lacking on how to set things together. Give me some working code that I can fiddle with. High level comparison between two frameworks / libs that I'm not familiar with. |
|
Typically I’ll go directly to the online documentation from one of my bookmarks. Sometimes I’ll have a local version. I did use to just type the thing I was looking for into the google search bar in Firefox, but once the results started being for ridiculous articles (or similar), rather than the actual documentation I started using bookmarks. Which was sort of why I was curious.
> the documentation can sometimes be a bit lacking on how to set things together
If you have the time I’d love to see an example of some random person on the internet giving you a better introduction into using a language library than the documentation itself. Don’t think I’ve ever seen that.
That being said, I think we simply work on very different things. I’m not sure what searching for an error in my code would help me achieve that reading the error output wouldn’t. I suspect this is because you may be stringing together a lot of frameworks and possibly higher level external libraries, that you’re perhaps not too familiar with? Which would also explain why the documentation you have to work with isn’t always very good.