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.rs to be more concise. It's currently doing lots of stuff manually which can be fixed with derive macros or better ways to implement logging.
Migrated from Linear: REP-9
There is a significant amount of code duplication throughout the project. For example,
monitoring.rsis over 175 lines and could likely be refactored into less than 100.To fix:
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