vote up 3 vote down star
6

[I have closed the question because I don't feel like I'm really getting the kind of answers I was looking for. Maybe I should have been more specific, I don't know... Thanks to everyone who took the time to leave an answer!]

What's the subject of a book on software development that you are currently reading (or want to read in the near future)? If a significant number of people are reading books on similar subjects it is probably a sign of the times (to come).

[NOTE] This is not a poll on what is the best comp-sci book :-)

flag
show 2 more comments

46 Answers

1 2 next
vote up 0 vote down

How Would You Move Mount Fuji? by William Poundstone

How Would You Move Mount Fuji? by William Poundstone

link|flag
vote up 0 vote down

Programming Collective Intelligence by Toby Segaran

link|flag
vote up 0 vote down

xUnit Test Patterns: Refactoring Test Code by Gerard Meszaros

I'm not really reading this from cover to cover, but occasionally skimming through it to perhaps pick up some good practices about unit testing from those who have done it more than me.

xUnit Test Patterns

link|flag
vote up 1 vote down

Programming Collective Intelligence by Toby Seagram. The sample code is all Python, which requires some extra concentration for a .NET developer like me, but even so it's a great introduction to the techniques and algorithms for machine learning applied to sample data from various social media websites.

Next up is Jon Skeet's C# in Depth.

link|flag
vote up 1 vote down

Founders at Work by Jessica Livingston

This is more about IT and software business than actual development, but it's pretty interesting: stories from the founders of tech startups. I'm only halfway through myself, but I'd recommend this to almost anyone working in software / IT.

Read the foreword by Paul Graham to see if it catches your interest. Gotta love the example about suits. :)

alt text

link|flag
vote up 0 vote down

Not to suck up, but "Joel on Software". It has some great strategies for producing quality software, although I don't agree with everything it has gotten me thinking about things in a different light.

link|flag
vote up 0 vote down

I'm actually reading 3 books that I got in the mail today.

  • Head First Design Patterns
  • Code Complete
  • The Art of Reverse Engineering
link|flag
vote up 0 vote down

Trying to finish my certification for MCTS Web reading the book from M$

link|flag
vote up 0 vote down

Grails in Action by Glen Smith and Peter Ledbrook. Of course I will need to read it again once it is published.

http://www.manning.com/gsmith/

link|flag
vote up 0 vote down

Domain-Driven Design by Eric Evans.

link|flag
show 2 more comments
vote up 1 vote down

I'm currently re-reading Jeffery Friedl's Mastering Regular Expressions. A fantastic book that will help you no matter what language of framework you use!

link|flag
vote up 1 vote down

Scott Bain's "Emergent Design: The Evolutionary Nature of Professional Software Development"

http://www.amazon.com/Emergent-Design-Evolutionary-Professional-Development/dp/0321509366

link|flag
vote up 0 vote down

Domain Driven Design by Eric Evans

link|flag
vote up 0 vote down

Processing: A guide for visual designers and artists.

This is a really fascinating book. Each part begins with stories from real artists about what they've created with processing. Then there are sections about Processing's various libraries and ideas for projects.

IMHO this book would be a great way to introduce people to programming, since Processing is such an easy install a fun environment to work in.

link|flag
vote up 0 vote down

I'm reading "Pragmatic Version Control Using Git" by Travis Swicegood.

It does a pretty good job showing the less obvious features of Git without bashing other version control systems.

link|flag
vote up 1 vote down

Framework Design Guidelines 2nd Edition

http://www.amazon.com/Framework-Design-Guidelines-Conventions-Development/dp/0321545613

Awesome book. Relative to .NET Development for anyone working in the team of >1 developer

link|flag
vote up 0 vote down

Building Domain Specific Languages in Boo - O.Eini - Manning - 2009 -> for work and fun

Real World Haskell - O'Reilly -> for fun only

link|flag
vote up 3 vote down

At the moment, I'm re-reading Don't Make Me Think: A Common-Sense Approach to Web Usability (Steve Krug); I recommend it to those who haven't read it. At the risk of perpetuating a meme, I've also been dipping into C# in Depth: What You Need to Master C# 2 and 3 (Jon Skeet), which I must admit is also an excellent read.

I intend to purchase The ANSI Common Lisp Book (Paul Graham) and devour that in the next week or so.

link|flag
vote up 2 vote down

The Watchmen, hopefully before the movie comes out.

link|flag
vote up 2 vote down

Programming Erlang

Clean Code

Clean Code

I'm also brushing up on my C# skills (being a mainly Java guy)

link|flag
vote up 0 vote down

Since I'm doing some php work, I'm reading:

Guide to Design Patterns in PHP

But the one I really want to read next for fun is:

C Puzzle Book

link|flag
vote up 0 vote down

Finishing off The Ruby Programming Language (fantastic), stumbling through Beginning iPhone Development and about to begin Test Driven Development.

link|flag
vote up 3 vote down

jQuery in Action by Bear Bibeault, Yehuda Katz

Because I need to do more client-side scripting.

link|flag
vote up 4 vote down

C# in Depth: What you need to master C# 2 and 3 by Jon Skeet

I liked his answers on here so much I had to see what else he's written.

link|flag
show 3 more comments
vote up 1 vote down

Real World Haskell is what I'm trying to immerse myself in at the moment.

link|flag
vote up -1 vote down

The actual answer to your question is read whatever helps you to be a hacker.

link|flag
vote up 0 vote down

Lua Gems, and the Code Book

link|flag
vote up 2 vote down

AI: A Modern Approach.

The Paralation Model. 80s predecessor to MapReduce, sort of.

link|flag
1 2 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.