SOLID Example
Completion requirements
This folder contains two version of the same mini-app. The goals of the application is to read a simple csv file ("clients.txt") and display its content (a client has an id, a name, an adress, and a phone number).
- The first version (WithoutSOLID) does not respect the SOLID principles.
- The second version (WithSOLID) respects he SOLID principles.
The folder contains, also, a mind map that explains the differences between the two version.