jreed-Aces / note-taker

0 stars 0 forks source link

Refactor data manipulation code into separate service class #23

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This PR refactors the data manipulation portion of the Program.cs file into its own service class, NoteService, in the Services folder. The NoteService class implements the INoteService interface, which provides methods for adding notes and printing all notes. The refactoring improves code modularity and reusability.

Summary of Changes

Fixes #21.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/refactor-data-manipulation

To get Sweep to edit this pull request, leave a comment below or in the code. Leaving a comment in the code will only modify the file but commenting below can change the entire PR.