coding-styledevelopment-process

Responsibility without Authority is Meaningless - a technical-based solution?


My dad always says "Responsibility without Authority is meaningless".

However, I find that as developers, we get stuck in situations all the time where we are:

Of course there are tons of things you could say to get around this - find a new job, fight with boss, etc....

But what about a technical solution to this problem? That is, what kind of coding things can you do on your own 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?


***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"?


Solution

  • 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.

    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.

    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.

    You can find more advise about this in the PSP and TSP articles of wikipedia

    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.