vote up 1 vote down star
2

I am a rather oldschool developer with some basic knowledge of software design principles and a good background on classic (gof) design patterns. While I continue my life as such I see lots of strange buzzwords emerge:

Aspectoriented Design, Componentoriented Design, Domain Driven Design, Domain Specific Languages, Serviceoriented (SOA) Design, Test Driven Design, Extreme Programming, Agile Development, Continuous Integration, Dependency Injection, Software Factories ...

Is there good book around that I can take with me on a roadtrip while it is taking me on a trip through all (most) of the above, delivering an 10,000 foot view on modern software archiceture and desing principles and approaches.

flag

52% accept rate

3 Answers

vote up 2 vote down check

If you want one book to get the basics I can recommend Agile Software Development, Principles, Patterns and Practices. I think it's the best all-round book there is.

Don't let the Agile in the title scare you off. It's mostly there for the buzz-word value.

link|flag
vote up 0 vote down

I'll second the "Agile Software Development, Principles, Patterns and Practices" choice.

Read the Principles of Object-Oriented Design from the same Bob Martin while waiting for receiving the book.

link|flag
vote up 1 vote down

You might want to take a glance at this reading list compiled by the Stack Overflow community. In general it has decent coverage of what you are looking for. I'm partial to The Pragmatic Programmer if you are looking at any single book (though as a veteran developer you might know most of it already), but I'm not sure if it covers every paradigm your looking for; I'm actually pretty sure there isn't one definitive book which does.

link|flag

Your Answer

Get an OpenID
or

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