Questions tagged [effort]
The effort tag has no summary.
6 questions
-2
votes
1
answer
71
views
About Effort estimations value and usuability
We had a discussion about the real value of effort estimation (EE) for SW development tasks, and I like to get some feedback from the community.
The major questions in hand are:
Should R&D team ...
5
votes
5
answers
4k
views
.NET: Are web-based applications inherently harder to build than client-server?
We currently have an ongoing discussion about which approach to move into - we want to replace multiple older environments with .NET applications, and two potential architectures are under discussion:
...
470
votes
21
answers
28k
views
Overcoming slow problem solving due to increased knowledge of what might go wrong [closed]
This has been troubling me for some time, and I'd really appreciate the input of other professionals.
Short background: I started programming when my parents bought me my first computer in 1988 (at ...
6
votes
5
answers
1k
views
Assuming "clean code/architecture" is there a difference in "effort" between PHP or Java/J2EE web application development? [closed]
A client asked us to estimate effort when selecting PHP as the implementation language for his next web-based application. We spent about a week exploring PHP, prototyping, testing etc., We are quite ...
19
votes
4
answers
12k
views
How to Determine # of Programmers needed for a project
How do you know how many programmers a particular project needs to be successful?
The company I work for fulfills orders for client companies. We have written an in-house warehouse management ...
5
votes
8
answers
7k
views
What is the relationship between the time it takes to develop N lines of code and 4N lines of code?
It took me time T to develop program A, which is measured at 1000 lines of code (SLOC), in certain a language and domain and of a certain complexity. Is there a method to determine how much time it ...