9/27/2007

Nice books to read[OOP,OOD, Agile etc.]

Recently, i started to come across r e a l l y nice books about software project management and risks. So friends of mine also share good patterns/best practices books. among them the can be listed :
  •  Tom DeMarco, “Waltzing with Bears: Managing Risk on Software Projects”
  • Steve McConnell "Software project survival guide"
  • "Analysis Patterns: Reusable Object Models" Martin Fowler
  • Design Patterns Book
    Design Patterns: Elements of Reusable Object-Oriented Software by ErichGamma, RichardHelm, RalphJohnson, and JohnVlissides
  • Edvard Yourdon 'Death March'
// list is costantly refreshing

if someone can contribute to the list - welcome!

2 comments:

Victor Voytovych said...

The Deadline: A Novel About Project Management by Tom DeMarco

Peopleware: Productive Projects and Teams by Tom DeMarco and Timothy Lister

The Mythical Man-Month: Essays on Software Engineering by Frederick P. Brooks

Oleh S. said...

I strongly recommend you to read Joshua Kirievsky's 'Refactoring to Patterns'. A nice and efficient reading that explains what good code is and how to achieve such result through the process of code refactoring using well known design patterns.