web site development best practices, design or code by first?

Posted by pygabriel on Stack Overflow See other posts from Stack Overflow or by pygabriel
Published on 2010-04-22T18:02:32Z Indexed on 2010/04/22 18:03 UTC
Read the original article Hit count: 207

I'm using an MVC framework to develop a web site, I've to care about the design in the sense of look and feel (views) and the code (models, controllers).

I don't know what is the best way to proceed:

  • code and design iteratively by small chunks?
  • design first ?
  • you've got the point

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-design