English 中文(简体)
what is the best way to visualize technical investment for the business [closed]
原标题:

Closed. This question needs to be more focused. It is not currently accepting answers.


Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 3 years ago.

we have a number of functional deliverable planned for 2010 but we also have a technology agenda (architectural refactorings, consolidation, upgrade a platform). any suggestions on the best way to include these in a roadmap to help the business understand why they are important.

one option is just saying trust us as this is the right thing to do to keep everything healthy but i would like some better visualization if possible

最佳回答

Being a bit cynical about it, I would say phrase every thing in terms of money. If you can t re-write your technical agenda in terms of money made or money saved, then why are you doing it at all?

Also, there is an article on "technical debt in financial terms" that I found very useful at:

http://forums.construx.com/blogs/stevemcc/archive/2007/11/01/technical-debt-2.aspx

One of the more interesting points, to me, is "One of the important implications of technical debt is that it must be serviced, i.e., once you incur a debt there will be interest charges."

There is a brief follow up at

http://forums.construx.com/blogs/stevemcc/archive/2007/12/12/technical-debt-decision-making.aspx

问题回答

Show how support time, time between failures, number of problems should go up if you won t do the change. Each technology has it s time limits, end of support from the manufacture, and regular life cycle.

Example - if you use MFC - you can show that programming a simple task in MFC is 3 times slower than in winforms. so after x months, the benefit from not upgrading will be lost.

with equipment it is even easier, as the older the equipment gets, the more mal-functions there are and it is easy to show (usually after the 3 years covarage everything starts to break, and I think it s planned like this. it didn t use to be but these days it does).

with infrastructure - again - if you have oracle 7.6 - show how much more time (money) you spend on administration and how less will be spent in 11g.

ect. ect. ect.

eventually manager wants to see ROI... TCO... BLA BLA BLA so you need to give them that.





相关问题
Scrum and Project estimated time [closed]

IF the client asks me for a estimated time for completion for the whole project can this be given using Scrum? Using for instance the (dreaded) waterfall methodology I will have a technical spec to ...

New project panic [closed]

I have a question which is not strictly-speaking programming related, but nevertheless caused by being an analyst and a programmer at the same time. It s about starting new projects which seem to be ...

managing multiple software projects [closed]

we have an organization that has about 50 different software projects going on (about 90 developers). some big, some small. some are front to back solutions and some are building on top of existing ...

Writing user stories for internal technical tasks [closed]

I am attempting to manage my projects a little better so I am looking at attempting to apply some of (eventually all) the features of scrum. Looking at user stories specifically the high level format ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

热门标签