Developers' Bill Of Rights - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T21:48:24Z http://stackoverflow.com/feeds/question/70846 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/70846/developers-bill-of-rights 22 Developers' Bill Of Rights Sam Wessel 2008-09-16T09:53:37Z 2009-01-01T19:28:16Z <p>We're fortunate in our company to each have 2 decent-sized monitors and reasonably fast machines. This alone is enough to impress many of my peers who are stuck working with poor equipment. But should things like this really be seen as a luxury? What about a quiet working environment? Should this be guaranteed? How about comfy chairs?</p> <p><strong>What should developers expect to be provided with in order to be productive and successful?</strong></p> <p>1 suggestion per answer please, to help individual "rights" bubble to the top :)</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/70864#70864 14 Answer by Maxim for Developers' Bill Of Rights Maxim 2008-09-16T09:57:37Z 2008-09-16T09:57:37Z <p>As in "Extreme Programming" by Kent Beck:</p> <ul> <li>The programmer has the right to estimate work and have those estimates respected by the rest of the team.</li> <li>The programmer has the right to honestly report progress.</li> <li>The programmer has the right to produce high-quality work at all times.</li> <li>The programmer has the right to know what is most important to work on next.</li> <li>The programmer has the right to ask business-oriented questions whenever they arise.</li> </ul> http://stackoverflow.com/questions/70846/developers-bill-of-rights/70874#70874 24 Answer by Chris for Developers' Bill Of Rights Chris 2008-09-16T09:59:40Z 2008-09-16T10:05:47Z <p>See:</p> <ul> <li><a href="http://www.codinghorror.com/blog/archives/000666.html" rel="nofollow">Coding Horror: The Programmer's Bill of Rights</a></li> <li><a href="http://www.igda.org/articles/ezimmerman_bill.php" rel="nofollow">IGDA: A Game Developers' Bill of Rights</a></li> <li><a href="http://www.spoiledtechie.com/post/My-Bill-of-Rights-as-a-Programmer.aspx" rel="nofollow">Spoiled Techie: My Bill of Rights as a Programmer</a></li> <li><a href="http://c2.com/cgi/wiki?DeveloperBillOfRights" rel="nofollow">C2: Developer Bill Of Rights</a></li> <li><a href="http://articles.techrepublic.com.com/5100-10878_11-5121760.html" rel="nofollow">Builder Australia: Extreme Programming 'Bill of Rights'</a></li> </ul> <p>Also, an expansion of Jeff Atwood's post: <a href="http://blog.interlinked.org/programming/bill_of_rights.html" rel="nofollow">IMHO The Programmer's Bill of Rights</a>.</p> <p>Additionally, in response, <a href="http://c2.com/cgi/wiki?DeveloperBillOfResponsibilities" rel="nofollow">C2: Developer Bill Of Responsibilities</a>.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/70878#70878 1 Answer by Dark Shikari for Developers' Bill Of Rights Dark Shikari 2008-09-16T10:00:48Z 2008-09-16T10:00:48Z <p>I spent the summer working on the software dev team of a medium-sized company. They had dozens of software products and tools, yet less than a dozen total developers--despite the company being valued by the higherups at a roughly estimated $250 million. They recently got a new CTO who, upon finding out the dev team was so incredibly small, was completely shocked.</p> <p>And I'd say this leads to the most important Developers' Right: to have a boss who understands enough of what every developer under him is doing to make reasonable decisions about where projects should head and how to manage development (and to know when to listen to his employees!). This alone is probably responsible for an enormous amount of the productivity they managed to achieve, especially when compared to the stereotypical case of a clueless manager.</p> <p>If you would complain that a boss cannot know that much, then there's clearly a problem: he's managing too many developers ;)</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/70911#70911 4 Answer by Galwegian for Developers' Bill Of Rights Galwegian 2008-09-16T10:07:36Z 2008-10-21T20:46:09Z <ol> <li>Decent spec machine</li> <li>Monitor of reasonable size</li> <li>Comfortable chair (this is <em>not</em> programmer-specific, though)</li> <li>Quiet/Peaceful work area with few interruptions</li> </ol> <p>I think it's time we got over ourselves... we may like the latest and greatest in terms of gadgets and accessories, but we do not <strong>need</strong> dual monitors, aeron chairs, or for the <em>most part</em>, 8GB of RAM.</p> <p>These things are nice to have, but by no means necessary, <strong>or</strong> our right to have.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/70918#70918 1 Answer by mdxi for Developers' Bill Of Rights mdxi 2008-09-16T10:09:13Z 2008-09-16T10:09:13Z <p>If the number of monitors connected to the machine in front of you is your biggest problem, then you don't have any problems.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/70936#70936 5 Answer by benefactual for Developers' Bill Of Rights benefactual 2008-09-16T10:12:36Z 2008-09-16T10:12:36Z <p>I think saying that having dual monitors should be a "right" is slightly ridiculous. Your job is typically to do the best you can with tools you are given. Of course, you can make a case for more / better equipment, but to say developers have a right to them seems wrong. Expectation, yes, no doubt with developer workstations slowly taking over the entire desk-space.</p> <p>Never forget that the most powerful tool in your armoury is your brain.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/71079#71079 3 Answer by Sam Wessel for Developers' Bill Of Rights Sam Wessel 2008-09-16T10:36:56Z 2008-09-16T10:36:56Z <p>My own 2 cents, from <a href="http://blog.interlinked.org/programming/bill_of_rights.html" rel="nofollow">this article</a> Chris Fournier suggested:</p> <blockquote> <p>Every team or programmer shall have access to the information it, he or she needs to get the work done.</p> </blockquote> http://stackoverflow.com/questions/70846/developers-bill-of-rights/114878#114878 2 Answer by Sam Wessel for Developers' Bill Of Rights Sam Wessel 2008-09-22T13:30:43Z 2008-09-22T13:30:43Z <p><strong>A fast machine</strong>, capable of running all the tools you need</p> <p>(and which doesn't take an age to compile the current project, like my old one)</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/173908#173908 13 Answer by GKelly for Developers' Bill Of Rights GKelly 2008-10-06T11:11:42Z 2008-10-06T11:11:42Z <p>Support from your Boss.</p> <p>I was lucky enough to work for a superb boss in a large company a few years ago. The company valued development at roughly the level of facilities management (there to serve the company in whatever manner required). She shielded and defended her team fully. If you were in the wrong you got a bolloxing, but if you were in the right or could support your opinions she defended you fully (even where we disagreed) to the outside teams.</p> <p>Having seen the results from ourselves as opposed to other teams (the interruptions they received and the blame they received for failed projects, mostly due to scope creep or business interuptions), I'd say this should be a self-evident right!</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191197#191197 6 Answer by tloach for Developers' Bill Of Rights tloach 2008-10-10T13:13:55Z 2008-10-10T13:13:55Z <p>A pay scale that rewards excellent developers, rather than rewarding the people who have been with the company the longest.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191198#191198 7 Answer by tloach for Developers' Bill Of Rights tloach 2008-10-10T13:14:22Z 2008-10-10T13:14:22Z <p>A chair you can sit in for 8 hours and not be in pain.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191200#191200 0 Answer by tloach for Developers' Bill Of Rights tloach 2008-10-10T13:14:41Z 2008-10-10T13:14:41Z <p>Free Coffee.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191203#191203 2 Answer by tloach for Developers' Bill Of Rights tloach 2008-10-10T13:15:26Z 2008-10-10T13:15:26Z <p>some form of compensation for overtime - be it money or time off later.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191216#191216 2 Answer by Carl for Developers' Bill Of Rights Carl 2008-10-10T13:18:00Z 2008-10-10T13:18:00Z <p>Flexible working hours</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191264#191264 4 Answer by Patrick Szalapski for Developers' Bill Of Rights Patrick Szalapski 2008-10-10T13:26:57Z 2008-10-21T21:05:34Z <p>We need to avoid thinking of this as "rights"--the company doesn't owe you a job, much less two monitors. Is there a better term than "rights" to express this that might convey work conditions that benefit both the company and the programmer?</p> <p>It is a good question, Your bold question is better than the headline.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/191290#191290 2 Answer by Robert S. for Developers' Bill Of Rights Robert S. 2008-10-10T13:33:46Z 2008-10-10T13:33:46Z <p>With the way things are going in the economy here in the US, I won't complain if I'm just given Notepad and gcc on an ancient Pentium II.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/199536#199536 2 Answer by Eyebee for Developers' Bill Of Rights Eyebee 2008-10-14T00:17:34Z 2008-10-14T00:17:34Z <p>Have a boss who actually listens to your input</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/199573#199573 1 Answer by TimB for Developers' Bill Of Rights TimB 2008-10-14T00:31:01Z 2008-10-14T00:31:01Z <p>Sorry, it's not one "right", but if companies just did the stuff recommended in <a href="http://rads.stackoverflow.com/amzn/click/0932633439" rel="nofollow">Peopleware</a>, their developers wouldn't need to ask what their rights should be.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/223432#223432 1 Answer by JB King for Developers' Bill Of Rights JB King 2008-10-21T20:41:28Z 2008-10-21T20:41:28Z <p>There should be a known process for how code is to be written and reviewed. There should be a process for knowing which projects are being worked on, they are at what stage, and what is required next to help produce excellent results.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/223441#223441 3 Answer by Nat for Developers' Bill Of Rights Nat 2008-10-21T20:44:33Z 2008-10-21T21:15:40Z <p>You don't have "rights", you get what you can negotiate with an intelligent boss and explain that they are wasting money by not creating a productive environment.</p> <p>At the end of the day it is the responsobility of the one paying the bills to make sure that they are getting value for money and the developers responsobility to explain where money is being wasted.</p> <p>Any mention of rights is really just self important nonsense. Developers (in most cases) get hired to provide a service to thier employee. If that employee wants to waste money on poor working environments and excessive costs in constantly hiring new programmers, that is thier stupidity.</p> <p>Do cleaners have a "bill of rights"? People in the army? Why are programmers special?</p> <p>It is only IT professionals unprecedented power and expense that could lead to this concept.</p> <p>If I were an employer and you came to me waving a piece of paper and demanding your "rights", I would mark you down in my little mental list of numpties forever.</p> <p>If, on the other hand you came up to me saying "Hey boss, I have found ten simple and relatively cheap ways of increasing your developers productivity!" it would be a completely different reaction. </p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/223456#223456 0 Answer by Brian Liang for Developers' Bill Of Rights Brian Liang 2008-10-21T20:49:25Z 2008-10-21T21:08:44Z <p>A good gym membership.</p> <p>Helps restore concentration and creativity.</p> <p>Software developers, like other professions sit a lot and is considerably bad for our stomach/health.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/400786#400786 0 Answer by Ed Griebel for Developers' Bill Of Rights Ed Griebel 2008-12-30T16:41:48Z 2008-12-30T16:41:48Z <p>I used to be all about the "creature comforts" like big dual monitors, "nice" bosses that listen, big money, "fun" projects, etc. </p> <p>But, having been in software dev for over 15 years through both up and down markets, I have found that job security and liking where you live trumps almost everything. In other words, providing for my family's needs is all that is truly important, everything else is really just a luxury.</p> <p>Does that make me a wage slave? Maybe. Can I sleep at nite? Peacefully.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/404297#404297 3 Answer by Jason Baker for Developers' Bill Of Rights Jason Baker 2008-12-31T23:59:56Z 2009-01-01T19:28:16Z <p><strong>The right to make decisions that they're the most qualified people to make</strong>. Nothing annoys me more than a manager that thinks they're better qualified to make technical decisions than they really are.</p> <p>By the same token, <strong>I think that programmers should be insulated from business decisions <em>they're</em> not qualified to make</strong>. Really, this should also mean that programmers shouldn't try to make business decisions, but this is a bill of <em>rights</em> after all.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/404303#404303 2 Answer by percent20 for Developers' Bill Of Rights percent20 2009-01-01T00:06:00Z 2009-01-01T00:06:00Z <p>Ability to offer ideas no matter what level of the team you are on from the junior dev to the big dog.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/404306#404306 1 Answer by Kire Haglin for Developers' Bill Of Rights Kire Haglin 2009-01-01T00:10:51Z 2009-01-01T00:21:49Z <p>The developer should be able to veto any programming-related decision made by management.</p> <p>The developer should be given the hardware necessary to maximize his/her productivity. If a faster computer will save the developer 10 minutes a day, management should be willing to spend on hardware what it costs to have the developer working an extra week a year.</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/404307#404307 1 Answer by billybob for Developers' Bill Of Rights billybob 2009-01-01T00:11:11Z 2009-01-01T00:11:11Z <p>These relate to the physical environment:</p> <ol> <li>No cubical walls</li> </ol> <p>Edit: Sorry, misread the 1 "right" per post</p> http://stackoverflow.com/questions/70846/developers-bill-of-rights/404315#404315 1 Answer by billybob for Developers' Bill Of Rights billybob 2009-01-01T00:14:14Z 2009-01-01T00:14:14Z <p>These relate to the physical environment:</p> <ol> <li>Decent amount of space to work in.</li> </ol> http://stackoverflow.com/questions/70846/developers-bill-of-rights/404316#404316 2 Answer by billybob for Developers' Bill Of Rights billybob 2009-01-01T00:14:48Z 2009-01-01T00:14:48Z <p>These relate to the physical environment:</p> <ol> <li>Air conditioning</li> </ol>