March 2021
Intermediate to advanced
768 pages
15h 31m
English
This appendix outlines an approach that can be used to break down a project and implement it in a stepwise and agile way. This will allow you to deliver demonstrable, testable code in small increments.
Our applications are mainly concerned with creating, reading, updating, and deleting (CRUD) data to and from persistent storage (files or databases).
Address)AddressBookDao)Create user stories from the problem statement and/or requirements. For Address Book, they would be as follows:
Analyze the problem statement and identify the required classes. For Address Book, we have the following:
Read now
Unlock full access