Responsibility without Authority is Meaningless - a technical-based solution? - Stack Overflow most recent 30 from stackoverflow.com2009-12-17T22:31:11Zhttp://stackoverflow.com/feeds/question/133847http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution3Responsibility without Authority is Meaningless - a technical-based solution?Sam Schutte2008-09-25T15:01:45Z2008-12-31T16:11:04Z
<p>My dad always says "Responsibility without Authority is meaningless".</p>
<p>However, I find that as developers, we get stuck in situations all the time where we are:</p>
<ul>
<li>Responsible for ensuring the software is "bug free", but don't have the authority to implement a bug tracking system</li>
<li>Responsible for hitting project deadlines, but can't influence requirements, quality, or team resources (the three parts of project management)</li>
<li>etc.</li>
</ul>
<p>Of course there are tons of things you could say to get around this - find a new job, fight with boss, etc....</p>
<p>But what about a technical solution to this problem? That is, what kind of coding things can you do <em>on your own</em> without having to convince a team to correct some of these issues - or what kind of tools can you use to demonstrate why untracked bugs are hurting you, that deadlines are being missed because of quality problems, and how can you use these tools to gain more "authority" without having to be the boss?</p>
<p><hr /></p>
<p>***An example - the boss comes to you and says "Why are there so many bugs!!?!?" - most of us would say "We don't have a good system to track them!", but this is usually seen as an excuse in my experience. So what if you could point to some report (managers love reports) and say "See, this is why"?</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/133862#1338620Answer by Galwegian for Responsibility without Authority is Meaningless - a technical-based solution?Galwegian2008-09-25T15:06:05Z2008-09-25T15:06:05Z<p>Sorry for not answering your question directly, but...</p>
<p>I feel strongly that the failure you refer to is one of communication, and it's incumbent on us as professionals to develop our communication skills to the point where we are respected enough and trusted enough to leverage the authority we need to improve our working environments and processes the way you suggest. </p>
<p>In short, I don't think there is a technical solution that can solve all the problems created through poor communication in the workplace.</p>
<p>If anything, technology has caused the attrition of direct face-to-face communication.</p>
<p>Sorry, I'm off on a tangent again - feel free to downmod.</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/133869#1338693Answer by David Nehme for Responsibility without Authority is Meaningless - a technical-based solution?David Nehme2008-09-25T15:06:53Z2008-09-25T15:06:53Z<p>You don't need a bug-tracking system, you need automated tests: unit tests or otherwise. You can set-up automated tests with a Makefile. You can always find paths that are blocked by management, but that doesn't mean there aren't things you can do within the constraints of your job. Of course, the answer could be "find another job". If you can't find another job now, learn some skills so that you can.</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/133872#1338720Answer by Manrico Corazzi for Responsibility without Authority is Meaningless - a technical-based solution?Manrico Corazzi2008-09-25T15:07:02Z2008-09-25T15:07:02Z<p>Coding only you can only keep your own source files tidy, well commented, keep the bug count low with tests. But you are going to need external tools for tracking progress and bugs (bugzilla, yoxel, trac, gantt diagram tools, Mylyn for Eclipse, a blog, whatever). In these cases the people and the discipline and the good habits and the leadership are the overwhelming force, no software tools and no offert from the individual can win alone.</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/134039#1340392Answer by Robert Gowland for Responsibility without Authority is Meaningless - a technical-based solution?Robert Gowland2008-09-25T15:34:20Z2008-09-25T16:34:07Z<p>As for specific tools for showing that untracked bugs are hurting the team's ability to produce quality code, you've got a catch-22 here since you need something to track bugs before you can show their effect. You can't measure what you can't track. So what to do?</p>
<p>As an analogous example, we recently had a guy join our team who felt the way we did code reviews via email was preposterous. So, he found an open source tool, installed it on his box, got a few of our open-minded team members to try it out for a while, then demoed it to our team-lead. Within a few weeks he had the opportunity to demo it to all our teams. The new guy was influencing the whole company. I've heard lots of stories of this guerrilla-style tool adoption.</p>
<p><strong>The trick is identifying who has the authority to make the decision, finding out what they value, and gathering enough evidence that what you want to implement will give them what they value.</strong></p>
<p>For a broader look at how to lead from the middle, or bottom, of an organization, check out John Maxwell's <em>The 360 Degree Leader</em>.</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/134280#1342802Answer by kmilo for Responsibility without Authority is Meaningless - a technical-based solution?kmilo2008-09-25T16:13:28Z2008-09-28T01:43:17Z<p>All you can do is your best, don't feel as if the key to successful software is only in your hands, your part of a team and don't have to be responsible for all.</p>
<p>Obviously you are in a environment that affects negatively your software, but can't change all his behavior so I recommend you start with yours, start working as a team of one with your own bugs, deadlines, requirements, quality and resources don't bother for the rest of the mess, but try to be the best at your work.</p>
<p>Working as a self-directed team of one showing your boss your plans, and reports of your progress, asking for more resources when you need it and showing him how your plans get affected when he give them to you or not.</p>
<p>You can find more advise about this in the <a href="http://es.wikipedia.org/wiki/Personal_Software_Process" rel="nofollow">PSP</a> and <a href="http://en.wikipedia.org/wiki/Team_Software_Process" rel="nofollow">TSP</a> articles of wikipedia</p>
<p>After showing your boss a good work and meeting your own deadlines, surely he will trust you more and let some of your ideas flow to the entire team.</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/134474#1344742Answer by Aaron for Responsibility without Authority is Meaningless - a technical-based solution?Aaron2008-09-25T16:48:48Z2008-09-25T16:48:48Z<p>The simple answer is -- you can start using the tools yourself.</p>
<p>Improve your <em>own</em> work. If people want you to fix code, tell them to file a bug. Show them how. Make sure they can do it without installing anything. They want a status update? Tell them to check the bug. They ask abou a code change you made? show them how to make a source control history query. or just show them on your box. Start showing them this stuff <em>works</em>.</p>
<p>And when you need the same results from them, demand that they do the legwork. When you can't find the changes in your source control, ask them to start diffing their revisions manually from the backup tapes. Don't do their work, or the work of source control and bug tracking, for them.</p>
<p>And most importantly, when applying this peer pressure, <strong>be nice about it</strong>. Flies and honey and all.</p>
<p>If they don't get it, you can continue to be the only <a href="http://www.codinghorror.com/blog/archives/000643.html" rel="nofollow">professional developer</a> in your company or group. Or at least it will help pad your resume: <em>'experience setting up and instructing others in CVS and FogBugs to improve product quality'</em> and the like.</p>
http://stackoverflow.com/questions/133847/responsibility-without-authority-is-meaningless-a-technical-based-solution/403329#4033290Answer by meade for Responsibility without Authority is Meaningless - a technical-based solution?meade2008-12-31T16:11:04Z2008-12-31T16:11:04Z<p>If you want a report about quality and it's impact on productivity - here's the best:
<a href="http://itprojectguide.blogspot.com/2008/11/caper-jones-2008-software-quality.html" rel="nofollow">http://itprojectguide.blogspot.com/2008/11/caper-jones-2008-software-quality.html</a>
Caper Jones has a few books out and is still showing up at conferences. Outside of a good IDE a developer/IT group needs source code control (VSS, SubVersion, etc ) and issue tracking</p>