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
There are several pieces of general work that we can do for ourselves to help manage our technical debt:
Remove unused code
Improve our use of style checks and linters for code formatting and organization
Improve and maintain our application configuration
Keep dependencies up-to-date and remove any that are no longer used
Keep our third party integrations up-to-date (e.g., GitHub Actions)
While these should ideally be ongoing maintenance items that we bake into every development sprint and stay on top of, we have a bit of work ahead of us before we reach that level of operational maturity.
I've cleaned up this epic and removed the few remaining open items; those have issues written for them already that are in the project board can either be incorporated into other epics or epics themselves. 🙂
There are several pieces of general work that we can do for ourselves to help manage our technical debt:
While these should ideally be ongoing maintenance items that we bake into every development sprint and stay on top of, we have a bit of work ahead of us before we reach that level of operational maturity.
Manage unused code
Improving use of style checks and linters
Manage dependencies
The text was updated successfully, but these errors were encountered: