A philosophical question for a Friday afternoon ....
I have done plenty of projects in the past using Fusebox and other frameworks with the FLiP design process. For those not aware of FLiP, basically you design out the entire UI of the application before any backend coding is done. Then, you break each page up into individual pieces (display fuses) and determine what logic and backend code is necessary to support that display code.
Now I am looking at developing a fairly large application and there are many things about it that seem to say it would be a better fit for an OO type design. So, my question is how do you start to model an OO application? Do you just jump in and start creating objects (sounds like a bad idea), or what?
Thanks
-- Jeff
