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

prev 1 2
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 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 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 9 vote down

I'm reading Code Complete for the first time.

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

Effective Java, 2nd Edition

link|flag
vote up 0 vote down

The iPhone Developer's Cookbook - Erica Sadun

link|flag
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 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 Singularity is Near - Ray Kurzweil

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

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

link|flag
show 1 more comment
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 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 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
prev 1 2

Your Answer

Get an OpenID
or

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