tags:

views:

82

answers:

4

Hi,

I am looking for suggested reading for Design and Development of Software Programs, currently I am reading Code Complete and want to continue my reading as it really helps to understand different aspects of Software Engineering and industry best practices.

Guidance would be highly appreciated.

Thanks.

+5  A: 
rahul
+3  A: 

Clean code by Robert C. Martin.

I wish I would have read this book some years ago ;-)

jens
+1  A: 
  • Patterns of Enterprise Application Architecture
  • Refactoring: Improving the Design of Existing Code
  • Design Patterns (the Gang of Four book)
  • Domain-driven design: tackling complexity in the heart of software
Matt Wrock
+1  A: 

The three best design books are -

Martin Spamer