문제

I am new for this Responsibility, however I have analyzed many projects as a Software Developer and given time estimation of the task.

But it is difficult when you are Team leader and don't know about your developers skills. because sometimes it requires R & D stuff. So at that time do not judge the estimation.

There are also some models available for this like 'COCOMO Model'.

But Is it feasible to use this kind of model or any other technique for better Time Estimation.

도움이 되었습니까?

해결책

Describe the task to each programmer and ask him to give three times. How long does each of them think the team will take.

ultrafast time, likely time and worst case time.

do the following sum for all programmers

1 * ultra + 3 * likely + 1 * worst

divide by

(ammount of programmers * 5)

Use this as your estimation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top