DEV Community

Discussion on: Is it worth reading source code?

Collapse
 
madhur profile image
Madhur Ahuja

If you want to take your programming language skills to next level, it is worth reading the source code. That's because library writers are usually very skilled at the programming language, design patterns etc.

Ofcourse, its not just reading, you have to figure out the patterns used and why the code has been written the way it is.