Web Hosting Talk







View Full Version : How do you plan before starting a large bespoke project?


luke_a
04-27-2008, 08:11 PM
I have just finished developing a large bespoke content management system, and scribbling ideas down on the back of a fag packet has nearly cost me my sanity, and my job. I essentially made this up as I went along, and it all went horribly horribly wrong for a long time.

From now on I need to plan out my projects properly so my employers, the client, and I know exactly what is going on. At the moment I am working on my own, but in the future I may have to work with other developers so need to ensure everyone knows what is going on. I was thinking I could make a flow chart of the general overview of the application, then each part create a separate diagram showing how it works step by step. That way I can tick things off as I go along, and it will allow me to test it more comprehensively running several possible scenarios.

How do you plan out your bespoke software development projects? Is there any particular method, tool or language (uml?) you use?

sasha
04-28-2008, 08:04 AM
From time to time I try using uml (with umbrello) but I always give up and fall back to good old pen and paper. After I have it all on paper I write it out in an email. I do not go in every smallest detail but do try to cover all possible scenarios. Almost every project where I skipped this phase came back to bite me in the ***.

IH-Rameen
04-28-2008, 08:51 AM
The UML plug-in with Eclipse works pretty well.