View Single Post
Old 07-31-2009, 05:35 PM   #8 (permalink)
Enfernikus
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

To expand upon my original post, I found when I first started programming for larger applications the hardest part wasn't the actual scripting/coding/programming but planning out the object and really keeping it concise and deciding what functionality goes in which object.

For instance, when I was working with Cruise data, the question was what sort of information should the Cruise Liner Object have? What sort of functionality should it have? Should their even be an object for a cruise liner?

Are itineraries ( their sailing plan ), which are intrinsic to ships, dependent on the ship object or should I make it independent?
__________________
My Blog
Enfernikus is offline  
Reply With Quote