TDD example in software development (Part I)

, Software Pundits
This post was originally published on this site

Apium Hub

After a while thinking about what type of TDD article to write about and, since there are many of them and very good theoretical ones (written by influencers in the world of software development), I have chosen to develop a mini-project while explaining the key points of the development of the application, basically giving you a TDD example.

The application will be a notes manager with users where we can see how we test each layer of our application using TDD.

I would like to highlight that the purpose of the article is to see how TDD will help us develop clean code that works, showing you how TDD will provide us with a continuous design space.

Theory

First of all, let’s go over the basics to make sure all of us are on the same page in terms of theory. The first and most important thing is that TDD

To read the full article click on the 'post' link at the top.