Ask HN: Examples of good code?
I'm looking for examples of well-written code (open-source projects), for study material.
If you have come across code, from which you learnt a lot by reading it, please share.
Thanks!
If you have come across code, from which you learnt a lot by reading it, please share.
Thanks!
4 comments
[ 2.6 ms ] story [ 18.3 ms ] thread1: https://github.com/zzzeek/sqlalchemy/
When I was younger, I learned a lot from reading djb's code[2] changed the way I think about application design and [3] changed my mind about system administration. Actually everything djb wrote is worth learning from.
Before that I recall specifically sicp[4] giving me a lot to think about.
There are also bigger things (like plan9[5] and emacs[6]) that I've found interesting.
[1]: http://nsl.com/papers/origins.htm
[2]: http://cr.yp.to/djbdns.html
[3]: http://cr.yp.to/daemontools.html
[4]: https://mitpress.mit.edu/sicp/
[5]: http://9p.io/plan9/index.html
[6]: http://www.gnu.org/software/emacs/