-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor and reorganize #63
Conversation
Codecov Report
@@ Coverage Diff @@
## master #63 +/- ##
========================================
Coverage 0 0.00%
========================================
Files 0 20 +20
Lines 0 1196 +1196
========================================
- Misses 0 1196 +1196
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Been a year since I've worked with this code base so there's no deep insights in my comments.
I also noticed that sometimes braces were used around if
statements and other times weren't. Can't quite recall if the codebase preferred one approach over the other, but if it does, it would be preferable to stick to it.
Doesn't contain any logic changes, is instead changes to names and file locations.
Also contains a switch to Newtonsoft and Tomlet instead of System.Text.Json and Tommy. These pieces behave the same as previously.