Comments on: Prototyping… http://stephenwoods.net/2009/08/24/prototyping/ !important Wed, 03 Aug 2011 16:09:43 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: Isaac Z. Schlueterhttp://stephenwoods.net/2009/08/24/prototyping/comment-page-1/#comment-22 Isaac Z. Schlueter Mon, 24 Aug 2009 19:01:29 +0000 http://stephenwoods.net/2009/08/24/prototyping/#comment-22 You're not being a baby. You're being rational.You should write your prototype using whichever framework you're most comfortable with, which may be no framework at all. Make sure that the relevant bits are separated out as much as possible, so that it won't be too terrible to move to something more powerful later.A prototype needs to get done and thrown away as fast as possible. If a framework doesn't serve that end, then don't use it. You’re not being a baby. You’re being rational.

You should write your prototype using whichever framework you’re most comfortable with, which may be no framework at all. Make sure that the relevant bits are separated out as much as possible, so that it won’t be too terrible to move to something more powerful later.

A prototype needs to get done and thrown away as fast as possible. If a framework doesn’t serve that end, then don’t use it.

]]>
By: Lauriehttp://stephenwoods.net/2009/08/24/prototyping/comment-page-1/#comment-21 Laurie Mon, 24 Aug 2009 17:56:40 +0000 http://stephenwoods.net/2009/08/24/prototyping/#comment-21 It depends how complex the prototype is. If it's proof of concept I just go without any framework. If it's a little bigger I go with Code Igniter or Zend.I would never prototype anything in symfony; it's very heavy and has big start-up costs, to say nothing of the learning curve if you've never used it before.People sing the praises of prototyping in Rails but I've never got around to learning it properly, so there would be another big startup cost there. It depends how complex the prototype is. If it’s proof of concept I just go without any framework. If it’s a little bigger I go with Code Igniter or Zend.

I would never prototype anything in symfony; it’s very heavy and has big start-up costs, to say nothing of the learning curve if you’ve never used it before.

People sing the praises of prototyping in Rails but I’ve never got around to learning it properly, so there would be another big startup cost there.

]]>