Skip to content

v1.1.0 - Kent Beck Style Coding Skill

Latest

Choose a tag to compare

@nathankim0 nathankim0 released this 26 Jan 02:33

New Features

Kent Beck Style Coding Skill

켄트 벡의 리팩토링 철학과 단순 설계 원칙에 따라 코드를 리뷰하고 가이드를 제공하는 스킬을 추가했습니다.

주요 기능

  • Code Smells 감지: Bloaters, OO Abusers, Change Preventers, Dispensables, Couplers
  • 리팩토링 기법 가이드: Extract Method, Move Method, Replace Magic Number 등
  • 단순 설계 원칙: YAGNI, KISS, 4 Rules of Simple Design
  • 의도를 드러내는 코드: 매직 넘버 상수화, 네이밍 가이드라인, 자기문서화 코드

Installation

# Add marketplace
/plugin marketplace add nathankim0/clean-architecture-skills

# Install skill
/plugin install kent-beck-style@clean-architecture-skills

Full Changelog

v1.0.0...v1.1.0