Search⌘ K
AI Features

Incremental Development

Explore how to develop web applications incrementally using Rails and Agile practices. Learn to start with minimal specifications, gather feedback, and iteratively improve functionality, making changes easier and faster while maintaining a solid test suite.

We'll cover the following...

Approach used in this course

We’ll develop this application incrementally. We won’t attempt to specify everything before we start coding. Instead, we’ll work out enough of a specification to let us start and then immediately create some functionality. We’ll try ideas, gather feedback, and continue with ...