I'm working on what is, essentially, a simple application that has been made overly complex. It feels as though the team leaders have read several OOP books and decided that OOP was the way to go. The Business Objects team are using CSLA which provides a sound base for the application but the User Interface team has been designed by committee (with any decisions 90% of the time only going one way) and is so complex that its taking four weeks to do something that should really be taking a week.
I've been doing this programming game for the last 10 years and I don't think I've ever seen a project that is as complex as this.
For instance to create an object in the database I need to make use of five different controls:
- A Field UserControl that contains the textbox (or whatever control that I need).
- A set of Property UserControls, each containing a Field.
- A series of WizardStep UserControls, with each WizardStep containing related Property controls.
- A Wizard UserControl that contains the WizardStep controls.
- A WizardPage WebForm that contains the Wizard.
Now I struggle to work out what is going on in places and I've been working on this for the last seven months. I pity the new person who comes on board to replace me, or indeed any of the team who leave.
Perhaps the entire team should have read this before any design decisions were taken. At least then we might have gotten away from the "OOP is the way to go and nothing else will work" mantra.
No comments:
Post a Comment