Implemented persistence of NoteCount value. Now, the system retains the count of created notes and assigns IDs accordingly. Two new methods, getNoteCount() and incrementNoteCount(), have been implemented to handle the incrementation of the integer value stored in data.csv.
Implemented persistence of
NoteCount
value. Now, the system retains the count of created notes and assigns IDs accordingly. Two new methods,getNoteCount()
andincrementNoteCount()
, have been implemented to handle the incrementation of the integer value stored indata.csv
.Removed all
System.out.println()
debugging calls.