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
The clients module has a "util" package that contains a lot of code that doesn't seem related to each other. We could break out a lot of these parts into their own packages.
The root package in the module contains a number of query clients which could sit in their own package.
The package sleeper.clients.status.update doesn't seem related to the "status" package it sits under, and could be moved elsewhere or broken up.
All the scripts that call into these clients will need to be updated if we move the classes around.
We can make sure we move the tests to match how we move the production code.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The clients module has a "util" package that contains a lot of code that doesn't seem related to each other. We could break out a lot of these parts into their own packages.
The root package in the module contains a number of query clients which could sit in their own package.
The package
sleeper.clients.status.update
doesn't seem related to the "status" package it sits under, and could be moved elsewhere or broken up.All the scripts that call into these clients will need to be updated if we move the classes around.
We can make sure we move the tests to match how we move the production code.
The text was updated successfully, but these errors were encountered: