You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to track work in converting the ScubaGoggles reporter into a class.
Tied to epic #164
Motivation and context
There should no longer be a reason to tie ScubaGoggles design to mimic ScubaGear's design.
The current design decision to model ScubaGoggles after ScubaGear was for ease of portability of features from over there.
Converting Reporter to a class will help clean up the tangled code and provide better extendibility.
Implementation notes
Multiple functions in the reporter are playing parameter juggling due to the current when refactored to a class. Most of these variables can be replaced with state variables.
Acceptance criteria
reporter.py is converted into a Class.
The text was updated successfully, but these errors were encountered:
💡 Summary
This issue is to track work in converting the ScubaGoggles reporter into a class.
Tied to epic #164
Motivation and context
There should no longer be a reason to tie ScubaGoggles design to mimic ScubaGear's design.
The current design decision to model ScubaGoggles after ScubaGear was for ease of portability of features from over there.
Converting Reporter to a class will help clean up the tangled code and provide better extendibility.
Implementation notes
Multiple functions in the reporter are playing parameter juggling due to the current when refactored to a class. Most of these variables can be replaced with state variables.
Acceptance criteria
The text was updated successfully, but these errors were encountered: