开发者

When do you throw a prototype away and start over?

开发者 https://www.devze.com 2022-12-26 04:17 出处:网络
When you\'re prototyping a new system, what 开发者_JAVA技巧guideline(s) do you use to mark a stop-and-start-over point?Typically I write prototypes as part of the architecture/design process, to answe

When you're prototyping a new system, what 开发者_JAVA技巧guideline(s) do you use to mark a stop-and-start-over point?


Typically I write prototypes as part of the architecture/design process, to answer questions that can only be answered by actually working with the code. For example, questions such as:

  • Can I do drag & drop in Silverlight?
  • What framework would I use to draw interactive canvas objects in WinForms?

Usually you can write a prototype fairly quickly to answer such questions. Obviously the code does not have to be production-quality, it just has to go far enough to answer these questions.

Once you run out of open questions, I would scrap the prototype and finish your "design". Then you are ready to begin creating a production version.


When the one I'm working on doesn't fit the requirements anymore (functional, usability, or otherwise).

Prototypes are meant to be a dispossable item so I never hesitate when throwing one away.


When you've de-risked the functionality to a level where you feel ready to write production code.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号