Developers' Bill Of Rights - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T21:48:24Zhttp://stackoverflow.com/feeds/question/70846http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/70846/developers-bill-of-rights22Developers' Bill Of RightsSam Wessel2008-09-16T09:53:37Z2009-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#7086414Answer by Maxim for Developers' Bill Of RightsMaxim2008-09-16T09:57:37Z2008-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#7087424Answer by Chris for Developers' Bill Of RightsChris2008-09-16T09:59:40Z2008-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#708781Answer by Dark Shikari for Developers' Bill Of RightsDark Shikari2008-09-16T10:00:48Z2008-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#709114Answer by Galwegian for Developers' Bill Of RightsGalwegian2008-09-16T10:07:36Z2008-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#709181Answer by mdxi for Developers' Bill Of Rightsmdxi2008-09-16T10:09:13Z2008-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#709365Answer by benefactual for Developers' Bill Of Rightsbenefactual2008-09-16T10:12:36Z2008-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#710793Answer by Sam Wessel for Developers' Bill Of RightsSam Wessel2008-09-16T10:36:56Z2008-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#1148782Answer by Sam Wessel for Developers' Bill Of RightsSam Wessel2008-09-22T13:30:43Z2008-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#17390813Answer by GKelly for Developers' Bill Of RightsGKelly2008-10-06T11:11:42Z2008-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#1911976Answer by tloach for Developers' Bill Of Rightstloach2008-10-10T13:13:55Z2008-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#1911987Answer by tloach for Developers' Bill Of Rightstloach2008-10-10T13:14:22Z2008-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#1912000Answer by tloach for Developers' Bill Of Rightstloach2008-10-10T13:14:41Z2008-10-10T13:14:41Z<p>Free Coffee.</p>
http://stackoverflow.com/questions/70846/developers-bill-of-rights/191203#1912032Answer by tloach for Developers' Bill Of Rightstloach2008-10-10T13:15:26Z2008-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#1912162Answer by Carl for Developers' Bill Of RightsCarl2008-10-10T13:18:00Z2008-10-10T13:18:00Z<p>Flexible working hours</p>
http://stackoverflow.com/questions/70846/developers-bill-of-rights/191264#1912644Answer by Patrick Szalapski for Developers' Bill Of RightsPatrick Szalapski2008-10-10T13:26:57Z2008-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#1912902Answer by Robert S. for Developers' Bill Of RightsRobert S.2008-10-10T13:33:46Z2008-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#1995362Answer by Eyebee for Developers' Bill Of RightsEyebee2008-10-14T00:17:34Z2008-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#1995731Answer by TimB for Developers' Bill Of RightsTimB2008-10-14T00:31:01Z2008-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#2234321Answer by JB King for Developers' Bill Of RightsJB King2008-10-21T20:41:28Z2008-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#2234413Answer by Nat for Developers' Bill Of RightsNat2008-10-21T20:44:33Z2008-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#2234560Answer by Brian Liang for Developers' Bill Of RightsBrian Liang2008-10-21T20:49:25Z2008-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#4007860Answer by Ed Griebel for Developers' Bill Of RightsEd Griebel2008-12-30T16:41:48Z2008-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#4042973Answer by Jason Baker for Developers' Bill Of RightsJason Baker2008-12-31T23:59:56Z2009-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#4043032Answer by percent20 for Developers' Bill Of Rightspercent202009-01-01T00:06:00Z2009-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#4043061Answer by Kire Haglin for Developers' Bill Of RightsKire Haglin2009-01-01T00:10:51Z2009-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#4043071Answer by billybob for Developers' Bill Of Rightsbillybob2009-01-01T00:11:11Z2009-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#4043151Answer by billybob for Developers' Bill Of Rightsbillybob2009-01-01T00:14:14Z2009-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#4043162Answer by billybob for Developers' Bill Of Rightsbillybob2009-01-01T00:14:48Z2009-01-01T00:14:48Z<p>These relate to the physical environment:</p>
<ol>
<li>Air conditioning</li>
</ol>