Surviving Object-oriented Projects Guide
Instead of modeling the entire world, plan by feature and build a list of tangible functionalities to deliver. 3. Invest in "Object-Think" Over Tools
Before writing a single line of code, identify the nature of your project to set realistic expectations and staffing:
Surviving Object-Oriented Projects: Cockburn, Alistair - Amazon.com Surviving Object-Oriented Projects
Building a successful object-oriented (OO) project is less about mastering syntax and more about navigating the human and structural "holes" that swallow most software initiatives. Based on the principles in Alistair Cockburn's seminal work, Surviving Object-Oriented Projects , and modern industry insights,
A small, elite team tackling a highly difficult, isolated problem. Instead of modeling the entire world, plan by
The most common cause of OO project failure is the "big bang" release. Surviving projects focus on:
Many teams transition to object technology expecting a "silver bullet" for productivity, only to find themselves trapped in refactoring loops or complex inheritance hierarchies that make the codebase brittle. To survive, you must treat the project not just as a technical challenge, but as a management and cultural shift. Based on the principles in Alistair Cockburn's seminal
Develop in small, testable chunks that result in running code.