Which Development Method use for a Website Development? [closed]

这一生的挚爱 提交于 2019-12-08 10:23:30

问题


Which is a good Project Managment Method to Develop a Website? XP? The Waterfall Model?


回答1:


Agile/XP would be best.

Waterfall would be the worst choice in my opinion.




回答2:


Anything but waterfall....

But keep in mind that saying you are agile and being really agile are two different things.

For agile to really work over an extended period one has to also be doing several technical things well.

http://ayende.com/Blog/archive/2010/02/20/nice-process-but-what-about-the-engineering-bits.aspx

http://davybrion.com/blog/2010/02/youll-never-get-sustainable-progress-for-free/




回答3:


It depends on who the customer is. If you are your own customer, then definately Agile.

If your aren't your own customer then you will have to negotiate with your customer on your development method. If your customer wants a fixed bid project and a hard deadline, then you will be best served by the waterfall method.

If your customer is willing to be an active participant in the development process and doesn't have a hard deadline and fixed budget then you could do Agile/XP.




回答4:


It always depends on the type of the website you are developing, how many developers you got, what is the timeline, expectation for delivery time. But definitely Agile or prototype-iterative method will work fine for website development. To complete the development in different phases, and enhancing in the chucks, as an when identifying the strong and weak areas.

As well you can check the factors like target audience, maximum used sectors of the site and prioritize the development of those pieces first.

Always consider to go with standard framework, that will make life easier in long run with the future developments.




回答5:


I find that waterfall fits some web site projects fairly well. Get the requirements, wireframe a design, do the graphic design, convert the graphic designs to HTML/CSS/JS, then fill out the content of the site. Client signs off at each stage. If the site is large the last stage ("fill out content") is probably more work than all the preceding ones and you'll want to use iterative methodologies for it, not waterfall.

Waterfall tends to not fit web applications very well. Those are software, treat them as such.




回答6:


Use waterfall! But:

  1. Set duration of the project to 1 month.
  2. Then repeat this project until customer is happy!


来源:https://stackoverflow.com/questions/2344508/which-development-method-use-for-a-website-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!