Ask HN: What code have you read recently?
11–20 of 40 posts
Re: Ask HN: What code have you read recently?
#12Hacked together a game while doing laundry the other day with it. Read the source later to get an idea of what was going on under the hood. It's good stuff.
Re: Ask HN: What code have you read recently?
#13Re: Ask HN: What code have you read recently?
#14I'm far from being done and don't intend to read all of it, it isn't easy because it's huge !
Re: Ask HN: What code have you read recently?
#15Re: Ask HN: What code have you read recently?
#16Re: Ask HN: What code have you read recently?
#17Re: Ask HN: What code have you read recently?
#18Re: Ask HN: What code have you read recently?
#19Code Complete 2nd edition
Ick. Bloated with manager-speak, light on quality suggestions, and massive. Not worth your time. Reading a few coding-suggestion articles here is significantly more likely to improve your code quality.
Re: Ask HN: What code have you read recently?
#20I have been reading the R base library code, mainly to understand the graphics functions. I'm amazed how simple and ordinary it looks. I have never worked on a big software project and it's exciting for me to see how something powerful is built from small chunks here and there. Last year I spent some time reading the arc source code. It was a lot of fun. I didn't know any Lisp, so the recursions and macros were hard…
edit: Disclaimer for any planning on buying it: it only covers the language. There's no browser interaction code at all. I've seen a few people surprised / annoyed at that, but it keeps it lean and focused.