Why write tests for Rails apps?  

Unit tests are your friend. The sooner you make peace with the fact that your quality of life will drastically increase when you unit test your code, the better. Seriously.

This excerpt was taken from the official Rails documentation.

Remember, unit tests should be FIRST – fast, isolated, repeatable, self-verifying, and timely.

 
3
Kudos
 
3
Kudos

Now read this

Why I Chose Dev Bootcamp

Programming bootcamps are the new hotness in Silicon Valley. From App Academy to HackReactor, there is an exhaustive list of immersive programs springing up in the tech mecca of San Francisco and beyond, offering eager students the... Continue →