Search⌘ K

Concluding Remarks

Explore the core mindset of the test-first approach in Ruby on Rails. Learn how adopting feature, request, and unit tests improves code maintainability and extensibility and prepares you to build robust applications.

We'll cover the following...

Key takeaways

The main takeaway from this course is the mindset of the test-first approach. Over time, using this approach will teach you to think a lot more about what the code does, and less about ...