Prefer examples over Documentation. Is it a behavioral problem?

Posted by user1324816 on Programmers See other posts from Programmers or by user1324816
Published on 2013-10-15T04:14:10Z Indexed on 2013/10/18 22:16 UTC
Read the original article Hit count: 97

Whenever I come across a new api or programming language or even simple Linux MAN pages, I always (ever since I remember) avoided then and instead lazily relied on examples for gaining understanding of new concepts.

Subconsciously, I avoid documentation/api whenever it is not straight forward or cryptic or just plain boring. It's been years since I began programming and now I feel like I need to mend my ways as I now realize that I'm causing more damage by refraining from reading cryptic/difficult documentation as it is still a million times better than examples as the official documentation has more coverage than any example out there. So even after realizing that examples should be treated as "added" value instead of the "primary" source for learning.

How do I break this bad habit as a programmer or am I over thinking? Any wisdom from fellow programmers is appreciated.

© Programmers or respective owner

Related posts about learning

Related posts about programming-practices