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
So far, this is a pure hobby project and as such it concentrates on the fun stuff. Tests are not so much fun for a tool like this as they would involve mocking the HID/USB communication. I've tried to make sure that dependency injection is used throughout to make them possible later without jumping through big hoops. Also I refrained from the use of singletons as those make things hard to test (and commonly are a lie anyway due to state aggregation).
One day I will write some... stay tuned.
The text was updated successfully, but these errors were encountered:
So far, this is a pure hobby project and as such it concentrates on the fun stuff. Tests are not so much fun for a tool like this as they would involve mocking the HID/USB communication. I've tried to make sure that dependency injection is used throughout to make them possible later without jumping through big hoops. Also I refrained from the use of singletons as those make things hard to test (and commonly are a lie anyway due to state aggregation).
One day I will write some... stay tuned.
The text was updated successfully, but these errors were encountered: