Entity Object Pattern

Entity Object(companion object) 패턴. Entity interface와 같은 이름의 const 객체에 도메인 로직 함수를 그룹화. Use when: TDD Refactor 단계에서 반복되는 도메인 로직을 정리할 때, Entity 구현 시 도메인 로직 코드화, UI/API/테스트에서 동일 로직 재사용이 필요할 때.

seonghyeonkimm Updated

File contents

seonghyeonkimm/agents/tree/main/plugins/my-claude-code-config/skills/entity-object-pattern commit 8bcc7ce97a

Frequently asked questions

npx skillmds@latest add seonghyeonkimm/entity-object-pattern