poLLib / InsuredEvidence

The program records insured individuals in a database that supports basic CRUD operations. This application is a basic example of using Java.
0 stars 0 forks source link

test UI, PersonDatabase, Validators #41

Closed poLLib closed 6 months ago

poLLib commented 6 months ago

Refactored methods in UI and Main. Validating methods moved into new Validators class. Service of StringBuilder and saving a file moved into Utilities class.