For a large project, what planning should be done before coding and how should it be approached? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T14:36:49Z http://stackoverflow.com/feeds/question/621140 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it 5 For a large project, what planning should be done before coding and how should it be approached? sarmenhb 2009-03-07T01:57:14Z 2009-03-08T16:38:44Z <p>What is your method of "mapping out" an idea before creating it? </p> <p>Say I wanted to take on a big project, for example at the scale of a site like Facebook or MySpace. What planning/design steps should I take before I start the actual work?</p> <p>For example, should I map everything out page by page (their functionalities, data, etc.)?</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621149#621149 -3 Answer by Robert Gould for For a large project, what planning should be done before coding and how should it be approached? Robert Gould 2009-03-07T02:01:17Z 2009-03-08T06:49:59Z <p>My first step would be to sneak away as fast as I can from a person as ambitious, uncreative and stupid enough to request that...</p> <p><hr /></p> <p><strong>NOTE:</strong> For the record this answer was in response to the question as originally stated (and this answer was upvoted many times, while the question was downvoted):</p> <blockquote> <p>lets say someone asks you to clone myspace or facebook (just an example) how would you procede in the creation. do you site down and map page by page (its functionalities, data etc) before beginning in its creation. what are your procedures?</p> <p>thanks in advance.</p> </blockquote> <p>Since then, the question was edited into a reasonable question, so I gave a new reasonable answer (currently the top answer). But I'm leaving this old answer in response to the old question. either way its wiki, so I don't care about the down votes, but I think its a pity this answer got down voted this much, since I think its a good answer to the original question.</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621162#621162 0 Answer by Ant P for For a large project, what planning should be done before coding and how should it be approached? Ant P 2009-03-07T02:11:51Z 2009-03-07T02:11:51Z <p>If you work for the same company as this person, start by getting everything in writing so you aren't the one to take the fall when the inevitable happens...</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621171#621171 2 Answer by Oscar Reyes for For a large project, what planning should be done before coding and how should it be approached? Oscar Reyes 2009-03-07T02:17:50Z 2009-03-07T02:17:50Z <ul> <li><p>Make a list of all the features that site have. </p></li> <li><p>Make a list of nice to have features.</p></li> <li><p>Make a list of the weakness of the site.</p></li> <li><p>Order that list and prioritize the items that will be built first. </p></li> <li><p>Identify what will be possible to do and what is not.</p></li> <li><p>Meet with your customer and present these results. </p></li> </ul> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621224#621224 6 Answer by Robert Gould for For a large project, what planning should be done before coding and how should it be approached? Robert Gould 2009-03-07T03:05:45Z 2009-03-07T03:05:45Z <p>For a large project first think of a one-liner to description of your site (try to not use any buzzwords here). Next think of three design maxims (rules your design Should never conflict with). Then draw a few views and think up a few user cases (1 day) then work in code for 2 weeks (this will be a throw away prototype so just work as fast as you can forget about bugs and details, don't worry about code smells or design patterns, just make as much as you can), then revaluate all the steps above and throw away your two week prototype, and begin your project in a serious manner applying solid engineering and design. After a month has gone by evaluate your(team) moral and get feedback. If it all seems to be going ok, continue, you got a long ride ahead, otherwise just give up, do a postmortem, and start over with new goals.</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621225#621225 2 Answer by gnovice for For a large project, what planning should be done before coding and how should it be approached? gnovice 2009-03-07T03:08:15Z 2009-03-07T03:08:15Z <p>I always start with the user interface design. I figure out what the user should be able to do and what controls I will give them to do it. Once I get that laid out in a way I like it, then I start with the code "wiring".</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621256#621256 1 Answer by Nitin Bhide for For a large project, what planning should be done before coding and how should it be approached? Nitin Bhide 2009-03-07T03:34:26Z 2009-03-07T03:34:26Z <p>Usually I do a <a href="http://www.buzanworld.com/Mind%5FMaps.htm" rel="nofollow"><strong>mindmap</strong></a> of </p> <ol> <li>problem I am trying to solve, </li> <li>translated into exact requirements, </li> <li>then mapping that to user workflows.</li> </ol> <p>The cross linking features of mindmapping softwares make it lot easy. Since mindmapping is 'kind of freeform', I end up concentrating on the 'task' rather than 'representation' (e.g which type of UML diagram should I use to represent this) ? </p> <p>Once initial ideas are clear then I can work on project plan, spec/design documents using UML for more low level details. This approach usually works well for me.</p> <p>To see if it works for you or not, you can use <a href="http://freemind.sourceforge.net/" rel="nofollow">FreeMind</a> (opensource mindmaping software, good but currently limited functionality). Then You can try <a href="http://en.wikipedia.org/wiki/MindManager" rel="nofollow">Mindmanager</a> or <a href="http://www.imindmap.com/" rel="nofollow">iMindmap</a> for mindmaping. Both integrate well with other Office products. </p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/621905#621905 1 Answer by akisthetool for For a large project, what planning should be done before coding and how should it be approached? akisthetool 2009-03-07T14:26:51Z 2009-03-07T14:26:51Z <p>Usually I start out by grabbing my scratchbook and just start writing down what I want as in terms of features, this should be quite detailed. And can be quite messy with every thing scrambled together, if so, when you're done make an 'official version' of you're ideas on paper (REAL pen and paper works best for this in my opinion).</p> <p>Then I start making some scetches of how the pages would look like, what information it must contain and translate that to a global database design. Then work that global design to a more advanced level where all pages come together, with relations between tables and stuff.</p> <p>After that I build up the most important pages on a code framework (I always make use of a framework, if you don't then forget the framework part), and by 'most important pages' I mean in for example a blog that would be the posts. After that build the not-so-important pages, in case of a blog that could be an archive of posts.</p> <p>If you have that done, put the code together with a design, or do that while coding if you do not seperate code from HTML/CSS/JS.</p> <p>Oh and yes, do NOT expand your first idea along the way. Just write that down and implement that afterwards. So if, in case of the blog again, you think half way you want Youtube tags in you're BB-code, write it down. Add that later, offcourse before you're initial site releases.</p> <p>That's my workflow, at least a basic basic, basic description of it.</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/622169#622169 1 Answer by Hanno Fietz for For a large project, what planning should be done before coding and how should it be approached? Hanno Fietz 2009-03-07T17:19:14Z 2009-03-07T17:19:14Z <p>Start with "paper prototypes", i. e. take a pencil and sketch each page very roughly. This lets you start from the user perspective, which I think is a good idea.</p> <p>You can then use the sketches for a first hallway usability test and later as the basis for "wireframes" you would give a web designer to work from.</p> <p>If you've gone through the complete site once, you probably have a good idea of what the backend should be able to do. You can now use your page sketches and compile a list of the actions a user can trigger by clicking on things. This is the raw material for designing the server-side API that the frontend can call.</p> <p>Using the calls that need to be served, you can design the backend: What functionalities group nicely, what data needs to be fetched, what do you need to store between page calls (== Session variables) etc.</p> <p>In this process, I have fared quite well by postponing technology decisions (frameworks, protocols etc.) and even class structure etc., until I've gone through the whole thing once in terms of "what things should do what to what other things" (I guess there's a better term).</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/622180#622180 1 Answer by Scott Evernden for For a large project, what planning should be done before coding and how should it be approached? Scott Evernden 2009-03-07T17:28:32Z 2009-03-07T17:28:32Z <p>I think I would start with an open-source SNS solution that comes close to what you need and then figure out how to add use-specific plug-ins, modules, and themes that achieve your purposes. There are a lot of em out there. Building from scratch is going to take a lot more effort and planning. Most SNS functionality is not worth re-inventing. Focus on what will make your site unique and build upward toward that.</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/622194#622194 1 Answer by John Fricker for For a large project, what planning should be done before coding and how should it be approached? John Fricker 2009-03-07T17:36:19Z 2009-03-07T17:36:19Z <p>I'm a fairly visual person when it comes to designing software so I sketch out dataflows, class hierarchies, UI and flow charts on whiteboards and paper first. </p> <p>Butcher paper and colored pens can be particularly fun to use as it's 3 feet wide and comes in 100 foot rolls. When you've got a design that's satisfying or sufficiently complete, tear it off the roll and pin to the wall. Update as necessary.</p> <p>That technique has worked for some large refactors as well as new projects.</p> http://stackoverflow.com/questions/621140/for-a-large-project-what-planning-should-be-done-before-coding-and-how-should-it/623247#623247 1 Answer by gbarry for For a large project, what planning should be done before coding and how should it be approached? gbarry 2009-03-08T07:51:44Z 2009-03-08T07:51:44Z <p>You could start with something very simple and then add features a little at a time. You may reach a point where you want to start over, but the groundwork you did will be beneficial. Or you can try to do the whole thing at once, in which case you'll need the advice already given in the other replies.</p> <p>One more idea: Specify those features you are <em>not</em> going to include, and other restrictions. These are called <strong>constraints</strong>, and are as important as the rest of the plan, as it gives you boundaries so you know when you're done planning!</p>