Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
21answers
1k views

Why do people spend so much time searching for, and hacking around with, “free” toolsets when superior pay ones are available?

Clarification: I'm referring to companies that pay developers, professionally. I understand why a "hobby" or "for fun" developer wouldn't want to (or couldn't afford) a fully-features pay tool, and ...
11
votes
6answers
451 views

How important is estimating as a skill for developers?

In looking for practices that will make me a better developer (code reading, TDD, pet projects during spare time, for example), I recently got the Steve McConnell book about Software Estimation. I am ...
10
votes
4answers
230 views

Advice on doing business with non-programmers [closed]

Real world scenarios (here "you" means "I") : You are doing undergraduate "research" (in reality programming) for a theoretical CS professor who is a lousy programmer in general, let alone in the ...
8
votes
6answers
568 views

How to compete on a scarce spec'd project to avoid team death-march

I'm time+cost estimating a semi-complex software solution, that hasn't got specific requirements in about 75% of features. I would still like to make as good estimate as possible, by getting ...
5
votes
3answers
778 views

cost estimation in software development project, Function Points?

I have this quick question regarding cost estimation using Function Points. We are doing a small (course project) project for a small company and it's for free, of course. Our teacher wants us to ...
3
votes
4answers
70 views

There are lots of useful answers about estimating the cost of a project. Are there any recommendations for tools/techniques for keeping a log of these estimations?

Let me clarify this a bit more. I started giving estimations about projects/tasks. I write everything down in a spreadsheet. I know that soon this spreadsheet won't help much (searching, recommending ...
2
votes
1answer
350 views

What are some of the software cost estimation methods and models?

I'm doing some research on software cost estimation models and methods with a few colleagues of mine, and I was just wondering if you guys knew any specifically other than the ones listed below. ...
2
votes
5answers
198 views

Determing software estimates and tracking past estimates [closed]

Possible Duplicates: How to estimate the length of a programming task What can I do to get better at estimating how long projects are going to take? I know that this probably has as many ...
2
votes
5answers
248 views

Software estimation speed and accuracy

Let's say you have a project that will involve two web applications (that will share DAL/DAO/BO assemblies and some OSS libraries): a semi complex management application that uses Windows Live ID ...
1
vote
1answer
89 views

Simple question with regards to Cost estimation in software engineering [closed]

I have used the function point analysis and the COCOMO 2 estimation model to determine the duration and effort required to build a application. My question is whether does the calculated duration ...
1
vote
1answer
44 views

How do you decide to change technology stacks?

A two part question. We have an XSLT/VB.NET(2.0)/ADO.NET/SQL Server technology stack for our current web application. As the development team lead I've had my eye on an moving to an ASP.NET ...
1
vote
4answers
162 views

How to estimate the contribution of an individual to a software project?

I work on a software project and would like to estimate the percentage out of the total contribution that I have put in the development of the software. Is there some tool doing this? Such a tool can ...
0
votes
0answers
7 views

Three Step Estimation of Multilayer Web Application Does it make sense?

Step 1: estimate for one business process which will take a bit longer as in your initial implementation, which requires RnD and vulnerable to more changes and evolves rapidly. Step 2: estimate ...
0
votes
3answers
249 views

How to estimate project size in SLOC when rewriting an aplication from one language to another?

I remember that in the past I found some statistics that were telling the expected size of a program based on the SLOC and programming language. I would like to do a rough estimate for reimplementing ...
0
votes
3answers
113 views

Any serious problems when making an old java web app run on new IE 8 browser?

I need make an quick estimation on project (not sure we got): It's an old banking CMS java web app, but the UI aimed for getting near the winform style: Server: jdk5, weblogic 9 (JSP 1.x), only use ...
0
votes
1answer
113 views

How do I estimate task size for an open source project?

The scale of an open source project is completely different from the projects I do at the office. Work is done in spare time, volunteer work that may not materialize, personal development resources, ...