What Things are Most Conducive to a Productive Programming Environment? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-08T02:34:12Z http://stackoverflow.com/feeds/question/457928 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment 9 What Things are Most Conducive to a Productive Programming Environment? Jonathan Sampson 2009-01-19T15:16:57Z 2009-08-24T22:53:07Z <p>Many of us have worked in multiple environments over the years, and have found that some are more productive than others. In many cases, it's not directly related to the abilities of the developers, but instead to their environment. I myself have experienced this, being in places where I seemed to develop faster, and better. And yet other places I seem to be dragging time, and developing less thoughtfully.</p> <p>What do you think creates a productive development environment?</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/457959#457959 11 Answer by David Thomas Garcia for What Things are Most Conducive to a Productive Programming Environment? David Thomas Garcia 2009-01-19T15:25:26Z 2009-01-19T15:25:26Z <p>People that are enjoyable to work with.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/457969#457969 17 Answer by Jon B for What Things are Most Conducive to a Productive Programming Environment? Jon B 2009-01-19T15:27:53Z 2009-01-19T15:27:53Z <p>A quiet environment with minimal interruption.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/457972#457972 0 Answer by Megacan for What Things are Most Conducive to a Productive Programming Environment? Megacan 2009-01-19T15:28:28Z 2009-01-19T15:28:28Z <p>Adding to the the above.</p> <p>1) Good relation with work colleagues</p> <p>2) A nice big table</p> <p>3) Two big monitors</p> <p>I think its very important to be confortable.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/457974#457974 5 Answer by David Thomas Garcia for What Things are Most Conducive to a Productive Programming Environment? David Thomas Garcia 2009-01-19T15:28:59Z 2009-01-19T15:28:59Z <p>Continuously embracing new technologies.</p> <p>This is often taken for granted. I can say that after hearing the heartache of a programmer who was still using Access as their backend database and a sales manager who fights with Citrix terminals all day.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/457992#457992 8 Answer by Craig Stuntz for What Things are Most Conducive to a Productive Programming Environment? Craig Stuntz 2009-01-19T15:33:12Z 2009-01-19T15:33:12Z <p>A clearly-understood business strategy in the company. If the company does not have a long-term vision, short-term goals, and well-understood, immediate needs, then even great programmers will be chasing their tails trying to keep up with the shifting winds of management.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/457996#457996 15 Answer by Nikhil Kashyap for What Things are Most Conducive to a Productive Programming Environment? Nikhil Kashyap 2009-01-19T15:35:07Z 2009-01-19T15:35:07Z <p>Freedom for the programmers to experiment a little bit</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/458035#458035 3 Answer by Josh for What Things are Most Conducive to a Productive Programming Environment? Josh 2009-01-19T15:45:42Z 2009-01-19T15:45:42Z <p>The best environments I've been in were when you have a good team, with fun problems to solve. If the work isn't fun or interesting no matter what you do the team won't excell. </p> <p>The next thing is the physical environment, minimal noise, good lighting (Which doesn't always mean light but light in the qty that the developer(s) at hand work best in.</p> <p>The final things are good tools / toys. Good computers, good software, multiple monitors etc. And toys to wind down on, foosball table etc...We used to have our adhoc standups around the foosball table and while yes it was less productive, it was a lot more fun and allowed us to wind down as we prepared for the next steps.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/458056#458056 3 Answer by Jonathan Sampson for What Things are Most Conducive to a Productive Programming Environment? Jonathan Sampson 2009-01-19T15:50:56Z 2009-01-19T15:50:56Z <p>In my last job we developers would meet once a week in our own private meeting room, and just talk about technologies we've been playing with or frameworks we've been exploring. At times we would write problems we had up on the board, and solve them as a team. It was nothing as crazy as playing pool, or video games, but it offered such a release from the tension of the office that we were able to revive our excitement for the day, and finish the task-list.</p> <p>Today I work as the sole developer on a small project - and boy do I miss those meetings! StackOverflow is my replacement :)</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/458110#458110 18 Answer by plinth for What Things are Most Conducive to a Productive Programming Environment? plinth 2009-01-19T16:04:10Z 2009-01-19T16:04:10Z <ul> <li>A door I can close.</li> <li>People I respect and vice versa.</li> <li>Good senses of humor.</li> <li>A shop that values quality, longevity and customer experience more than get it done fast or via a death march.</li> <li>Management that removes rather than places impediments.</li> <li>Pinball machine.</li> </ul> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/458147#458147 3 Answer by John Naegle for What Things are Most Conducive to a Productive Programming Environment? John Naegle 2009-01-19T16:11:15Z 2009-01-19T16:11:15Z <p>Environment:</p> <ul> <li>Low Cube Walls</li> <li>Physical Separation from sales &amp; marketing</li> <li>Natural / full spectrum lighting</li> <li>Comfortable and ergonomic chairs / computer setup</li> <li>Close proximity to team members</li> <li>Close proximity to QA</li> <li>Lots of conference rooms</li> </ul> <p>Team:</p> <ul> <li>Smart</li> <li>Motivated</li> <li>Good communication skills</li> <li>Outspoken</li> <li>Entertaining</li> </ul> <p>Computer:</p> <ul> <li>2 or more monitors</li> <li>Ergonomic wireless Keyboard &amp; mouse</li> <li>Good headphones</li> </ul> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/458148#458148 1 Answer by Scott Wisniewski for What Things are Most Conducive to a Productive Programming Environment? Scott Wisniewski 2009-01-19T16:11:19Z 2009-01-19T16:11:19Z <ol> <li>A quiet work enviornment free from interuptions and distractions</li> <li>Free soda</li> <li>Nice equipment (fast computer, comfortable chair)</li> <li>Engagement (the people working on the team need to feel a since of ownership and connection to the project).</li> </ol> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/477979#477979 0 Answer by shlumph for What Things are Most Conducive to a Productive Programming Environment? shlumph 2009-01-25T17:46:48Z 2009-01-25T17:46:48Z <ul> <li>Quiet, repetitive music (ie: Infected Mushroom)</li> <li>Dual Monitors</li> <li>Fast PC</li> <li>Leather Chair</li> <li>Dunkin Donuts number 4</li> </ul> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/679320#679320 4 Answer by Scott for What Things are Most Conducive to a Productive Programming Environment? Scott 2009-03-24T21:27:26Z 2009-03-24T21:27:26Z <p>Something that hasn't been mentioned yet: a gigantic white board.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/1325127#1325127 2 Answer by JB King for What Things are Most Conducive to a Productive Programming Environment? JB King 2009-08-24T22:30:55Z 2009-08-24T22:30:55Z <p><a href="http://www.ted.com/talks/dan%5Fpink%5Fon%5Fmotivation.html" rel="nofollow">"Dan Pink on Motivation"</a> notes a few ideas that I really like for where I work: Autonomy, Mastery, and Purpose. Give me the freedom to do the work, let me become proficient and have a purpose.</p> <p>On the technical side, good hardware like dual monitors and a machine with a reasonable sized hard drive and RAM, along with good tools like an IDE, source control, and continuous integration machine also prove quite useful.</p> http://stackoverflow.com/questions/457928/what-things-are-most-conducive-to-a-productive-programming-environment/1325212#1325212 0 Answer by Karl Anderson for What Things are Most Conducive to a Productive Programming Environment? Karl Anderson 2009-08-24T22:53:07Z 2009-08-24T22:53:07Z <p>In order:</p> <p>The tools I need to keep doing this for years, without hassle. OSHA-compliant ergonomic chair and desk setup, keyboard that fits me. Lots of screen. Adequate computing hardware.</p> <p>Interaction with people who are smarter than myself. Isolation when I need it.</p> <p>Interesting projects which impress me, new challenges, and other things which make me want to be productive.</p> <p>An agile process with participation in all aspects of development, to some extent. The ability to guide requirements and properly implement the non-negotiable ones. </p> <p>Lack of code ownership, at least somewhat. A process which lets my co-workers check changes into my project, or vice versa. The ability to do the right thing when I find a problem without being doomed to maintain it forever.</p>