Ask HN: What source code is worth studying?
1–10 of 176 posts
Re: Ask HN: What source code is worth studying?
#2 C -> Varnish
PHP -> Yii
Ruby -> Merb
Scheme -> Arc
Clojure -> Core
JavaScript -> Multeor
Any languages in particular that you're interested in not covered above?Re: Ask HN: What source code is worth studying?
#3Re: Ask HN: What source code is worth studying?
#4You could read some of the code-bases he reviews, and then read his review. You'll be able to compare and contrast your opinions with his, and if there's interesting variation you can blog about it ;)
Re: Ask HN: What source code is worth studying?
#5C -> Varnish PHP -> Yii Ruby -> Merb Scheme -> Arc Clojure -> Core JavaScript -> Multeor Any languages in particular that you're interested in not covered above?
Haskell -> XMonadRe: Ask HN: What source code is worth studying?
#6Fabien Sanglard http://fabiensanglard.net has some excellent code reviews on his website, particularly games. You could read some of the code-bases he reviews, and then read his review. You'll be able to compare and contrast your opinions with his, and if there's interesting variation you can blog about it ;)
Re: Ask HN: What source code is worth studying?
#7One of the best and clear-cut defined ways of managing source with documentations.
Re: Ask HN: What source code is worth studying?
#8C -> Varnish PHP -> Yii Ruby -> Merb Scheme -> Arc Clojure -> Core JavaScript -> Multeor Any languages in particular that you're interested in not covered above?
Re: Ask HN: What source code is worth studying?
#9I never seem to get enough motivation to read deeply into random "grand" code bases like Lua or SQLLite, but some months ago I got into the habit of always studying a bunch of projects that use a given technology before I use this technology, and it greatly decreased the amount of time it takes me to get to a "idiomatic" coding style. So instead of diving in a random, I would recommend making researching existing code-bases related to what you are currently doing an integral part of your workflow.
Re: Ask HN: What source code is worth studying?
#10C -> Varnish PHP -> Yii Ruby -> Merb Scheme -> Arc Clojure -> Core JavaScript -> Multeor Any languages in particular that you're interested in not covered above?
I was mostly looking for Python, Javascript, Haskell and C#. Any help regarding that?
Also, as I believe this thread will also help others, you can go ahead and post about any other code-bases for other languages.