November 2019
Beginner
804 pages
20h 1m
English
Here is a first proposal:

The first obvious benefit of this first approach is that we would have a clear model for items in our todo list. With that in place, it would become easy to come back and modify the data model in order to add new elements to it (for example, due date, assignee, and many others). This means that we would increase the clarity, readability, and maintainability of our code.
Also, since TodoItem objects would have a unique identifier, then it would be easy to manipulate them properly. In the first version of TodoIt, when we wanted to remove an item, we did so using only name, which simply removed any matching ...
Read now
Unlock full access