01Enforces clean code standards with intention-revealing naming conventions.
02Implements a safe refactoring workflow centered on test-driven verification.
03Simplifies complex expressions through conditional decomposition and consolidation.
04Identifies common code smells and applies the Rule of Three for abstraction.
05Applies core patterns like Extract Method and Inline Method to optimize logic.
060 GitHub stars