What does "prototyping" mean in practice?
Posted
by prot
on Stack Overflow
See other posts from Stack Overflow
or by prot
Published on 2010-06-02T15:59:44Z
Indexed on
2010/06/02
16:03 UTC
Read the original article
Hit count: 454
ruby
|prototyping
When I recently asked about the uses of Ruby someone told me it was good for prototyping. I basically know what that means, quickly get the very base of your app up and working, see if there are conceptual problems and then add the rest.
- Am I right with how I understand prototyping?
- What would be a concrete example of prototyping a Snake game in Ruby or any other language?
© Stack Overflow or respective owner