Skip to content

Simplification

koder0x edited this page Jul 21, 2026 · 4 revisions

Reduce over-engineering

General

deploy complexity-pruner:

  • identify "true refactoring opportunities" (not evolutive refactoring), bugs, issues in the codebase
  • flag advice or low-priority warnings
  • operate on tracked updated files; otherwise look at the last commit
  • report only, no changes allowed

By project

fan out complexity-pruner istances:

  • avoid Test and FE project
  • identify "true refactoring opportunities" (not evolutive refactoring), bugs, issues in the codebase
  • flag advice or low-priority warnings
  • operate on tracked updated files; otherwise look at the last commit
  • report only, no changes allowed

Clone this wiki locally