By rudyjahchan
via blog.carbonfive.com
Published: Feb 16 2012 / 16:06
With outside-in development you start with views and working your way in toward the models. That way you are always taking a client perspective at each layer of the application with the end result being the absolute minimum implementation, consisting of simple, expressive interfaces. Outside-in development doesn’t require any specific tool or language so in this article will demonstrate it in Rails, using two popular testing tools: Cucumber and RSpec.
Add your comment