Articles

Let’s continue with our series of TDD articles. In the first part, we looked at the theory behind TDD and Unit Testing. In this second part, we begin to develop our application, an application of notes where a user can write notes and everything that comes to our mind. Please, leave comments if you are interested in seeing how we develop any specific functionality in our application.

TDD First Cycle

To start developing our application, we could start with the user entity (quite generic and it is used for everything). We will see later if it is necessary to change it to something more concrete.

Source de l’article sur DZone (Agile)