Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage Technical Debt #1004

Open
ccostino opened this issue May 17, 2024 · 0 comments
Open

Manage Technical Debt #1004

ccostino opened this issue May 17, 2024 · 0 comments
Assignees

Comments

@ccostino
Copy link
Contributor

ccostino commented May 17, 2024

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.

Manage unused code

Improving use of style checks and linters

TBA

Improve and maintain our application configuration

TBA

Manage dependencies

Manage third-party integrations

Keep code up-to-date with language updates

  • Make our date/time references timezone aware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Epics - In-progress
Development

No branches or pull requests

1 participant