DEV Community

Discussion on: Don't Do It “Because Google Does It”

Collapse
 
joshhadik profile image
Josh Hadik

Yes! Documentation is another huge problem with using the "latest and greatest." It might be the best language or tool out there but if you can't learn how to use it or figure out how to solve the basic errors it becomes almost unusable.

Collapse
 
jaakidup profile image
Jaaki

I agree 100%

I think that good documentation includes examples too. (for everything)
It just makes it so much easier if you can reference the docs, see straight away a piece of code that does what you need, and carry on with the job.

Go documentation is an exercise in figuring out what they meant and how to use the code. But there is hope.

As technologies mature, the documentation does seem get better.