-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
There is a significant amount of code duplication throughout the project. For example, monitoring.rs is over 175 lines and could likely be refactored into less than 100.
To fix:
- Refactor
monitoring.rsto be more concise. It's currently doing lots of stuff manually which can be fixed withderivemacros or better ways to implement logging.
Migrated from Linear: REP-9
Reactions are currently unavailable