📚 Data — 数据
v1.0.0组织重构 当诊断出数据结构设计中的代码异味时,应用正确的数据组织重构 —— Primitive Obsession、Data Clumps、Data Class 或 ra...
详细分析 ▾
运行时依赖
版本
- Initial release of the skill for data organization refactoring, focused on diagnosing and resolving data structure code smells following Fowler’s Chapter 8 catalog. - Supports identifying and refactoring Primitive Obsession, Data Clumps, Data Class, exposed collections, positional arrays, magic numbers, and legacy records. - Guides users step-by-step through selecting and performing the appropriate data-related refactoring, including interface updates and validation. - Excludes type code refactorings (covered by a sibling skill) and class responsibility issues. - Designed for software developers and reviewers with intermediate OO experience, handling real-world code needing structural improvement.