문제

I was reading about System developpemnt life-cycle, but I had a question about it, which I couldn't find an answer for it.

I tried to google about it, but I hadn't any chance.

So my question is :

How a model life cycle which is divided into phases, can helps manage the development of a software?

도움이 되었습니까?

해결책

You can get a more detailed explanation for Software Development Life Cycle here.

A project has a definite start and end. We divide the projects into phases so that it helps clearly manage them. It is not a must do. You can start writing code the first day of the project based on what ever information you have. Then test it the next week. All this, while the client is yet to sign off on the requirements. However this would lead to rework if the requirements change.

Having phases in SDLC ensures that you are able to plan, track and execute your project effectively while optimizing your usage of resources.

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