Incapamentum / Exalted-Sage

Discord bot that does API requests to retrieve a collection of daily achievements for the next day and pushes an alert when any that is in a watchlist shows up.
3 stars 0 forks source link

Code Refactoring - Reusability #4

Closed Incapamentum closed 1 year ago

Incapamentum commented 1 year ago

A lot of code present in the DatabaseService.cs file turned out to have had a lot of repeating code.

Solution was to define two generic private method helpers that significantly reduced a lot of the code. A lot of the public methods are now more readable than before.

XML documentation comments were also added to methods that had lacked them previously.