- 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'
if someone can contribute to the list - welcome!
2 comments:
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
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.
Post a Comment