Why Separation from Rails Is Useful

Learn the advantages of writing tests to avoid Rails.

Isolation advantages

The primary advantage of writing our tests to avoid Rails is that doing so encourages us to structure our code to better manage increasing complexity and change over time. Super-fast tests are just a side benefit.

Here are some of the advantages, which are related to the idea that there is a minimum of coupling between any two parts of the code:

Get hands-on with 1200+ tech skills courses.