Skip to content

org: cleanup

Closed Dec 5, 2023 43% complete

A collection of tasks that ultimately reduce clutter, improve readability and reduce compile times.

This milestone can be marked as completed once the following higher level issues are resolved and CI is set to prevent these issues from re-occurring in the future.

  • Dependency entanglement and excessively large dependency graph
  • Ignored, failing or passing …

A collection of tasks that ultimately reduce clutter, improve readability and reduce compile times.

This milestone can be marked as completed once the following higher level issues are resolved and CI is set to prevent these issues from re-occurring in the future.

  • Dependency entanglement and excessively large dependency graph
  • Ignored, failing or passing tests that are just commented out and do nothing but may have been important
  • Passing test cases that are irrelevant
  • Passing test cases that are unimplemented, misleading the team into thinking a feature was completed when it was not
  • Code quality/formatting/CI and general module tree structure
  • TODO comments that need to be github issues
  • Unimplemented APIs that do nothing, have no documentation and can be removed or filed as issues for future milestones
Loading