![]() |
Re: Ferarri chassis, Mustang motor
Quote:
|
Re: Ferarri chassis, Mustang motor
Quote:
i am not a programmer - just a dumb user and i do not understand why there must be limitations for theinterface to be smooth- once again i am not a programmer just a very dumb user |
Re: Ferarri chassis, Mustang motor
Quote:
Image you have been given a lump sum of money to build and furnish a house. You could build a smallish house and furnish it with expensive antiques. You could build a largish house and furnish it with flat pack furniture (or even sit on the floor). Or you could strike some sort of balance in between. All other variables being equal, building a small, closed software system will allow you to focus more on polish. As the system is closed, you know top-to-bottom what code paths will be used, so you can optimize those and leave everything else rough or broken if resources become tight. Given more resources later (for version+1), you can work on cleaning up the previously unused code paths to open the system, if you like. On the other hand, building a large, open software system can force you to spread your resources thin. You're not just concerned with the code paths your bundled applications use, but those that may be touched by third party applications as well. In addition, you need devote some resources to document, at least in a basic way, how to add on to the open system. Given more resources later (for version+1), you can work on refining existing functions to add polish, if you like. |
All times are GMT. The time now is 08:04. |
vBulletin® Version 3.8.8