What single development processes can you not live without? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T23:32:40Z http://stackoverflow.com/feeds/question/44283 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without 4 What single development processes can you not live without? Ben Griswold 2008-09-04T17:42:42Z 2009-01-07T15:51:26Z <p>I was recently brought into a company to help them define their overall software development processes. The company's team members were enthusiastic and very open to any practice as long as it would increase productivity and quality. Being a smaller shop, however, they really needed to watch their spending. This ultimately meant they needed easy-to-implement, light-weight, inexpensive options which would produce measurable, nearly-immediate results.</p> <p>Two of my recommendations were the introduction of daily standing meetings to help with overall task management, priority/goal setting, general team communication and collaboration. I also suggested that they incorporate continuous integration as it lends itself to better source management, environment separation, unit testing, team communication, improved release processes and overall software development quality. </p> <p>With consideration for the above constraints, what single development process would you recommend?</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44307#44307 4 Answer by Kevin Fairchild for What single development processes can you not live without? Kevin Fairchild 2008-09-04T17:51:46Z 2008-09-04T17:51:46Z <p>Ideally, this should be asking what SINGLE development process we can't live without... and then people could vote up the stuff they like or dislike.</p> <p>Since it's open to broad answers, though, I'll give two :) For me, the single technology-based process I can't live without is source control. For people-related processes, it's team communication.</p> <p>-- Kevin Fairchild</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44312#44312 1 Answer by Dillie-O for What single development processes can you not live without? Dillie-O 2008-09-04T17:54:36Z 2008-09-04T17:54:36Z <p>If we're talking software development lifecycle, it is requirements. I can see where you can just "jump" in and start coding if you're under pressure, but getting the requirements from the client and making sure they stick to those is crucial to make sure you're developing the right program and that scope creep doesn't inhibit the deadline, and everybody is familiar with what is actually being developed.</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44315#44315 0 Answer by brien for What single development processes can you not live without? brien 2008-09-04T17:55:30Z 2008-09-04T17:55:30Z <p>Daily stand-ups (really standing up, 15 min max), continuous integration, unit testing, automated builds</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44321#44321 1 Answer by Leigh Caldwell for What single development processes can you not live without? Leigh Caldwell 2008-09-04T17:56:48Z 2008-09-04T17:56:48Z <p>If I had to pick one, it would be close involvement of end-users. This in itself is more a principle than a process, but there are a number of processes which can help achieve it:</p> <ul> <li>Stories as used in XP</li> <li>JAD or similar rapid prototyping methods</li> <li>Flipchart modelling and prototyping</li> </ul> <p>An approach we use with a lot of success is to involve the users in a domain modelling exercise. This lets them get their understanding of the domain into a data or object model, gives them some feeling of ownership of the product, and also lets us quickly generate a set of data manipulation forms as a first cut of the user interface. The sooner you can get end-users playing with your application, the sooner you'll get an clearer understanding of what they really need and be able to implement it.</p> <p>It does take careful expectation management so that the users don't think the first-cut forms are the interface they are going to end up with. But if you handle that right, the dev team can win a lot of brownie points from the business users - both for involving them early, for delivering working functionality more quickly and ultimately for building a system that solves their problems better.</p> <p>p.s. don't try to use this to avoid making analysis or design decisions yourself! You still need to be the responsible professional and make sure the users respect your expertise. But there are decisions which genuinely do sit on the user side of the fence and they should be encouraged to make them.</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44327#44327 9 Answer by Andrew for What single development processes can you not live without? Andrew 2008-09-04T17:57:34Z 2008-09-04T18:14:35Z <p>As @Kevin said, this should be asking what single process you can't live without. For me, it's decent source control. It underpins any development effort.</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44334#44334 6 Answer by John Meagher for What single development processes can you not live without? John Meagher 2008-09-04T17:59:25Z 2008-09-04T17:59:25Z <p>Single command build process. Running it should result in a distribution that can be installed and tested (installer, zip file, tgz file, ...). </p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44354#44354 0 Answer by akdom for What single development processes can you not live without? akdom 2008-09-04T18:06:07Z 2008-09-04T18:20:50Z <p><strong>20-30 min. maximum meetings</strong>. If people <em>want</em> to go over (or even better, meet with just their team member separately), sure, but set it up so that people know the required meeting will end in twenty minutes, that way you encourage concise discussion and the meeting won't drag on forever.</p> <p><strong>Reliable Source Control</strong> is a must, and everyone needs to know the protocols as to how your company uses it. A policy of not "<a href="http://www.codinghorror.com/blog/archives/001134.html" rel="nofollow">Going Dark</a>", as it's commonly phrased, should also be enforced.</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/44540#44540 1 Answer by Simon Steele for What single development processes can you not live without? Simon Steele 2008-09-04T19:20:04Z 2008-09-04T19:20:04Z <p>Get a daily health check on your project - use a good source control system, get a continuous integration system to monitor your code and perform builds, and schedule daily (or more frequent) test runs. You do have automated tests?</p> <p>Knowing that your software is broken as soon as possible is invaluable, it also helps people to keep quality in mind while developing.</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/103156#103156 1 Answer by Warren P for What single development processes can you not live without? Warren P 2008-09-19T15:51:52Z 2008-09-19T15:59:30Z <p>All the advice given above is good. Source Control is the sign that software development is being done by professionals. The second sign, in my humble opinion, is that all development teams with more than two developers need at least a half-time testing person who is not one of the developers, and a public (web based) bug tracking system where the testing person has the ability to log bugs freely. It is better to have two developers and one testing person, than three developers who do their own testing, or one developer who is also the test person. Think of it as a necessary separation for reasons of probity, like the separation of the executive and legislative branches of a government.</p> <p>But there are so many important things, the longer the time scale. Beta testing, field tests, customer feedback, accurate requirements gathering, everything really.</p> <p>Often ignored parts of the development process can undermine otherwise solid efforts; Investing in the right tools to get the job done is important. Giving your developers time to learn new tools, new skills, new approaches is good. Insulating developers from things that drain their productivity to zero, and various aspects of Competent Management that have no metrics whatsoever, are all essential.</p> <p>Warren P. Toronto canada</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/420809#420809 0 Answer by Alexander Fairley for What single development processes can you not live without? Alexander Fairley 2009-01-07T15:48:47Z 2009-01-07T15:48:47Z <p>Definitely chocolate.</p> http://stackoverflow.com/questions/44283/what-single-development-processes-can-you-not-live-without/420820#420820 1 Answer by Mark Brittingham for What single development processes can you not live without? Mark Brittingham 2009-01-07T15:51:26Z 2009-01-07T15:51:26Z <p>Daily Builds. Without them, I'd soon be lost in a morass of changes that would overwhelm even my second choice: source control.</p>