I haven't perused it myself, but every time I see this question posed, someone always mentions Lua: http://www.lua.org/ftp/ Similar previous discussions: http://news.ycombinator.com/item?id=225577 http://www.reddit.com/r/programming/comments/26dyh/ask_reddi...
Ask HN: What source code is worth studying?
21–30 of 117 posts
Re: Ask HN: What source code is worth studying?
#22SQLite's source listing is great. I learned a lot about good C practices and documentation reading it.
Re: Ask HN: What source code is worth studying?
#23I haven't perused it myself, but every time I see this question posed, someone always mentions Lua: http://www.lua.org/ftp/ Similar previous discussions: http://news.ycombinator.com/item?id=225577 http://www.reddit.com/r/programming/comments/26dyh/ask_reddi...
Thanks for these links - I figured the topic must have come up before, but couldn't Google my way to the right HN thread. Hopefully there will be a search box on this site one day.
Re: Ask HN: What source code is worth studying?
#24Any recommendations for php? I wrote a php/mysql web application for SaaS customers. I am looking at ways to improve performance/cache/error handling or simply write a better code.
Perhaps MediaWiki?
Re: Ask HN: What source code is worth studying?
#25SQLite's source listing is great. I learned a lot about good C practices and documentation reading it.
This is also good, Standard Function Library:
Re: Ask HN: What source code is worth studying?
#26Your compiler's source code. That should shake your confidence in the world.
Re: Ask HN: What source code is worth studying?
#27Django's code is well written, and very well documented.
Re: Ask HN: What source code is worth studying?
#28Anyone willing to recommend a Java project worth studying?
Re: Ask HN: What source code is worth studying?
#29Re: Ask HN: What source code is worth studying?
#30Any recommendations for good C# code? Much of the web is open source oriented so I don't hear too much about great C# code.