开发者

website development workflow for Rails

I am building a second Rails web-app from scratch. I am wonder what would be the best practice in terms of workflow:

  • start coding basic functionalities, then a开发者_C百科dd GUI design and repeat, or
  • create full set of wireframes for basic functionalities, then design data and models, then code it up, then repeat

It seems to me that laying out wireframes forces me to think harder about how users will use the app, but choosing work-flow kinda depends on framework (support agile development or not).

What is your approach and what're pros and cons?

Thank you.


There's no "best"; it depends on what's actually happening.

You may know some basic functionality before beginning workflow design, but it's unlikely you'll know all of it. Either way, high-level behavioral tests are a good place to start defining functionality at both the UX and lower levels.

I'm not sure what you mean by "support agile development or not", that doesn't have anything to do with the framework. The framework shouldn't have an impact on workflow, either, only on how the workflow is implemented.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜