Live data from Hacker News

Ask HN: Best books under 200 pages for developers?

news.ycombinator.com

31–40 of 106 posts

Re: Ask HN: Best books under 200 pages for developers?

#34
post #2

A Philosophy of Software Design. Very well-written. At 190 pages, quite likely finish-able in a weekend. But if you get 70% of the way through it, that is still very valuable. It makes sense as an underlying set of principles that explain why you would use design patterns.

An absolute must have I agree, amazing book.

Re: Ask HN: Best books under 200 pages for developers?

#35
post #2

A Philosophy of Software Design. Very well-written. At 190 pages, quite likely finish-able in a weekend. But if you get 70% of the way through it, that is still very valuable. It makes sense as an underlying set of principles that explain why you would use design patterns.

I came into this thread hoping to find the suggestion near the top.

Beyond his credibility as the creator of Tcl, in the talk he gave at Google about the book [1] he describes the course he teaches that was the inspiration for the book. The course is to write a word processor with a team and extended it with features over the semester, swapping codebases between teams so occasionally you have to work with other's code. Essentially the largest possible code project you can fit in one semester. Along the way, Ousterhout will give a deep code review of the each project. I think it must be very insightful to see the same project implemented so many ways, and to see what works in terms of simplicity and extensibility.

[1] https://www.youtube.com/watch?v=bmSAYlu0NcY

Re: Ask HN: Best books under 200 pages for developers?

#37
post #33

Finally picked up Strunk and White after years of procrastination and so far it has been a tour-de-force consolidating/spelling out the knowledge I picked up along the way (ESL). I found mentally swapping out words about writing for words about programming to be fun.

If you liked that, I heartily recommend "Style: Toward Clarity and Grace" by Williams.

Re: Ask HN: Best books under 200 pages for developers?

#40
post #2

A Philosophy of Software Design. Very well-written. At 190 pages, quite likely finish-able in a weekend. But if you get 70% of the way through it, that is still very valuable. It makes sense as an underlying set of principles that explain why you would use design patterns.

I came here to recommend this one, very digestible and has had a significant impact on the quality of the software I write.
Post reply on HN