From 3204575bfcd1f12db5945c8959073d40915cfdfe Mon Sep 17 00:00:00 2001 From: JoseĢ Mota Date: Fri, 6 Apr 2012 19:40:37 +0100 Subject: Import all posts. --- _posts/2011-02-21-prototypes-in-rails.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _posts/2011-02-21-prototypes-in-rails.html (limited to '_posts/2011-02-21-prototypes-in-rails.html') diff --git a/_posts/2011-02-21-prototypes-in-rails.html b/_posts/2011-02-21-prototypes-in-rails.html new file mode 100644 index 0000000..0a3074f --- /dev/null +++ b/_posts/2011-02-21-prototypes-in-rails.html @@ -0,0 +1,21 @@ +--- +layout: post +title: Prototypes in Rails? +tags: +- Development +status: publish +type: post +published: true +meta: + _edit_last: '1' +--- +Prototyping is good tool; if your regular development is slow, not agile and +you need to draft something up real quick for your client. + +If you're a Rails developer / designer, why even bother? Why not just start +pumping the business up? You don't have that much attrition to get an app up +and running. All the time you spend in prototyping should be invested in +building the actual app. + +Web application design walks with its development, they are too close to be set +apart. -- cgit v1.2.3-54-g00ecf