Tagged Questions
The cost-benefit tag has no wiki summary.
39
votes
7answers
2k views
Unit tests - The benefit from unit tests with contract changes?
Recently I had an interesting discussion with a colleague about unit tests. We were discussing when maintaining unit tests became less productive, when your contracts change.
Perhaps anyone can ...
39
votes
7answers
2k views
Studies of relative costs for development in different languages
Has anyone seen a recent (and fairly balanced) study into the relative costs for software development using differing languages ? I would particular like to see the relative costs of Java Vs. C# Vs. ...
11
votes
5answers
360 views
Why should I fix E_NOTICE errors?
As a developer, I work with E_NOTICE turned on. Recently though, I was asked why E_NOTICE errors should be fixed. The only reason that I could come up with was that it is best practice to correct ...
7
votes
8answers
220 views
What to ask a potential client to make sure they know what they are getting themselves into?
I'm getting asked a lot more frequently by friends and friendly acquaintances to 'redo' their website. I know what to ask to learn exactly what they mean by 'redo' their website, but not what to ask ...
4
votes
8answers
316 views
Test-Driven Development “Barriers to Entry”?
I'm in the process of doing a study on Test-Driven Development and one of the discussion points is the "Barrier to Entry" associated with TDD. Does anyone have any experience around this area, on any ...
3
votes
2answers
93 views
Justifications for using MSSQL over MySQL from cost perspective [closed]
I'm in the process of switching from certain open-source technologies to ASP.net for building web applications (including some complex CRM and ERP tools as well as simple blog-like apps.) So far I've ...
3
votes
3answers
143 views
cost to refactor on medium sized freelance projects
I've been working on a freelance project for about a year. I build a new feature every month as per client request. Things went smoothly the first several months. I built each new feature as a ...
2
votes
3answers
69 views
Calculation clouding hosting costs
I'm looking for a good article/resource about calculating the costs of a clouding system hosting, ideas?
I just want to read other people experiences and avoid errors on my own...
2
votes
3answers
200 views
Benefit cost analysis libraries
I was wondering if there are any opensource libraries that are geared towards transportation ben/cost analysis.
I currently use microBENCOST and would like to build my own solution. I'm most ...
1
vote
3answers
203 views
What are the measurable benefits from migrating from Flex 3 to Flex 4?
We have a big Flex 3 project with 30 developers. I need to present benefits/costs of upgrading from Flex 3 to Flex 4 and I can't seem to find existing data on Google. I assume I am not the first to do ...
1
vote
5answers
203 views
Adopting bug tracking / project management software: To open source or not to open source?
My manager has recently asked my team and I for our input about implementing a bug tracking / project management solution. From his perspective, he would like more visibility around where our projects ...
1
vote
2answers
81 views
How do I work out the cost benefit of optimisation?
I want to figure out how much money I'd save if I optimise some part of my web app. If I save 100 cpu milliseconds over 50K calls to the app, how much electricity is that not using in a day? How ...
1
vote
2answers
233 views
The Business Case for using CSLA
I've been using CSLA in anger for some time on a long standing project. However I would like to use it on a new project and need to develop a sound business case in order to get buy-in from senior ...
1
vote
1answer
113 views
Are there any valid stats showing cost benefits of working in PHP compared to .NET?
It's a bit of a leading question, I know, but this question came up in a PHP Users group discussion and I was interested to see if there were any studies done comparing the two (regardless of who ...
0
votes
0answers
19 views
What is bug detection technique with the satisfying cost-effectiveness trade-off? [closed]
Greg Pope has shown that most of the problems in development can be prevented or detected by a limited number of solutions. For instance, he says that nightly builds and test can detect 41 different ...
0
votes
2answers
55 views
Engineering Processes : Open Source Software vs Commercial Software?
Generally open Source Projects use solid engineering processes, and many commercial software companies don’t use them. One example is rigorous code reviews before committing changes. Some companies ...
0
votes
1answer
245 views
Determining Cost of API Calls
I was going through the adwords API and came across their rate sheet - http://code.google.com/apis/adwords/docs/ratesheet.html .
They charge $0.25 per 1000 API units and under the 'Operation Costs' ...
0
votes
1answer
96 views
Outsourcing Studies [closed]
Outsourcing is typically disliked by programmers, but does anyone know any empirical studies of the cost/benefits of outsourcing for a company?
I'm not looking for personal experiences here (as ...
0
votes
1answer
236 views
How to do a cost-benefit analysis for platform-level features?
I work on a development team that works closely with Product Managers. There is mutual agreement between the developers and Product Managers that there should be a business case behind every feature ...
0
votes
1answer
46 views
Determine time added working in code because of a legacy application?
How would you go about determining how much time was added due to working in legacy code as opposed to tested code for cost analysis if we really don't have a benchmark of working in non-legacy code ...