summaryrefslogtreecommitdiff
path: root/_posts/2011-02-21-prototypes-in-rails.html
blob: 0a3074f9832aa2bbd058c1f977af8d8e8a78c104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.