TDD in Ruby on Rails made easy

What is TDD? TDD, or Test Driven Development, is a software development process composed of three phases. These three phases work in incremental cycles until the functionality is ready. How does TDD work? Let’s describe how the TDD cycle would work to code a complex functionality. You would start the cycle by first adding a […]

Test Driven Development

Test Driven Development is a software development approach developed by Kent Beck. I personally find this technique very useful to deliver a good quality in your software, which must be always the goal for a good engineer, or also if you have signed a concrete test coverage with the client in the project contract. It […]