vote up 3 vote down star
5

[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 9 vote down

The Pragmatic Programmer - a very good book. it is a nice collection of ideas, observations, and recommendations for software developers.

link|flag
show 1 more comment
vote up 9 vote down

I'm reading Code Complete for the first time.

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

The purple book (which actually looks rather blue on this monitor):

alt text

Full text here.

link|flag
show 2 more comments
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 3 vote down

Currently reading: Agile Software Development, Principles, Patterns, and Practices by Robert C. Martin

http://www.amazon.com/Software-Development-Principles-Patterns-Practices/dp/0135974445

link|flag
vote up 3 vote down

Pragmatic Thinking and Learning, by Andy Hunt

I'm having a hard time putting it down. It's one of those books, however, that you don't have to read sequentially. You can open it to nearly any chapter (during a break, etc.), read a few paragraphs, and find something new about how to improve your learning and thinking skills. Excellent book!

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

Effective Java, 2nd Edition

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 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

Essential C# 3.0 For .NET Framework 3.5 by Mark Michaelis

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

I'm reading Java Concurrency in Practice, and boy do I feel terrible about the code I've written in the past...

link|flag
vote up 2 vote down

AI: A Modern Approach.

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

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 1 vote down

I just picked up two fairly recent O'Reilly books:

  • JavaScript: The Good Parts (Douglas Crockford)
  • Learning XNA 3.0 (Aaron Reed)
link|flag
show 1 more comment
vote up 1 vote down

mostly groovy and grails books, the latest is: The Definitive Guide to Grails, Second Edition (http://www.apress.com/book/view/1590599950).

also, Clean Code: A Handbook of Agile Software Craftsmanship (http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882)

and Test Driven: TDD and Acceptance TDD for Java Developers (http://www.amazon.com/Test-Driven-Acceptance-Java-Developers/dp/1932394850)

link|flag
show 1 more comment
vote up 1 vote down

Reading list:

  • Algorithm Design Manual: Skiena
  • Code Complete
  • Writing Secure Code: Misc articles and day long trainings
  • Android and iPhone SDKs
  • Cloud Computing
  • Stackoverflow
  • Hacker News (news.ycombinator.com)

How much time is spent on each depends on the situation but I try to dedicate some time daily for 1 and 2 (so as to complete them).

link|flag
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

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 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 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

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 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 0 vote down

Im taking this course, and it has the assigned readings posted on the site :)

http://www.mscs.mu.edu/~rge/mscs282/

http://www.mscs.mu.edu/~rge/mscs282/lectures/index.htm

The gist is that programming for multicore processors is similar to programming for a beowulf cluster, and then that's something we all can get behind.

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

The Singularity is Near - Ray Kurzweil

link|flag
vote up 0 vote down

The Object-Oriented Thought Process : I bought it years ago, but decided to go back and re-read some old books. So far, I'm still enjoying it :)

link|flag
vote up 0 vote down

The iPhone Developer's Cookbook - Erica Sadun

link|flag
vote up 0 vote down

I've been reading Code Complete for the first time slowly over the last couple months.

As a relatively junior developer, I've found it to be extremely informative and has really made me think more about the process of good design.

As a developer stuck in a horrible mess of outdated, GOTO-laden COBOL code.. well, it just makes me sad to read it, knowing what I'm missing.

As far as books on specific technologies, I'm well into reading Essential C# 3.0 For .Net Framework 3.5 on, I believe, a recommendation I was given on another StackOverflow question.

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

Lua Gems, and the Code Book

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.