Object-oriented Projects: Surviving
Focus on picking nouns for classes and verbs for methods to stay close to the actual business problem.
Before writing a single line of code, identify the nature of your project to set realistic expectations and staffing: Surviving Object-Oriented Projects
Develop in small, testable chunks that result in running code. Focus on picking nouns for classes and verbs
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. To survive, you must treat the project not
Organizations often spend thousands on CASE tools while neglecting the developers' mindset. Training developers in "object-think"—the ability to model problem domains effectively—is the single most significant cost but also the highest predictor of success.
An experimental project designed to identify future implementation hurdles.
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

