Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Ask HN: Which developers should I follow?
9 points by jpollock on Sept 4, 2021 | hide | past | favorite | 6 comments
I had a great mentor that recently left. I learned immensely from reviewing their code and having them review my changes. Their reviews dramatically changed how I structure interfaces and code.

To keep learning more, I would like to read other developer's code. Which codebases should I follow to see how other people write clean and clear code?



I would read the standard lib of whatever language you are using. It normally has most of the common patterns and best practices of each language.


But never ever look at the standard library source code for C or C++ unless you want nightmares !


What languages are you interested in? C, Clojure, Kotlin, Javascript, Python, Racket, Crystal, Java, something else?



Any options you have, there will be someone around interested.

Personally, I will find value in all of them!


https://www.nayuki.io/ seems good usually.

But yes, i would mainly recommend the standard lib of the language in question, but not all programming languages have a "standard lib" you can read.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: