Software Project Organisation - Organic or Set out?
by Sean Brady · in General Discussion · 04/20/2011 (8:33 am) · 2 replies
Should an application's layout or code progression be organic or thoroughly planned out while being developed? I understand the art of organisation of code while developing an app is important but is it better to just create then later organise for another to view and crit/help? This could be based off personal preference rather than having to follow corporate guidelines and write code in sequence to the code plan step by step with no deviation allowed, I am not sure.... Any idea?
About the author
Professional mouth!, getting projects complete is the only problem.
Torque Owner Richard Hebblewhite
RareBit Interactive
The main reason is that of risk... if you, or whoever is producing code has to leave the project, then the replacement person might have a job on their hands getting to grips with what's been done before. And that can be a disaster if deadlines are looming.
Goals and technologies might change along the way, but as long as you have an agreed method of practise, things shouldn't be too much of a problem. Of course, all this depends on this size of your team!