Wednesday, July 16, 2014

Day 47: Intro to TDD (Test-Driven Development)

I couldn't get much done today because of some prior engagements but I did manage to get as much done in terms of dipping my feet into the world of TDD. Ultimately TDD is a way to test your code as you're writing code making sure that the code acts as expected.

It's really crucial that you are constantly writing good code and making sure that your code isn't bugging along the way. It really comes in handy when you are debugging your code as well.

Furthermore TDD has gotten so popular that it is widely accepted in the Rails community as well as in the workplace. It's definitely something to have in your resume.

No comments:

Post a Comment