GRASP

Jmnote (토론 | 기여)님의 2022년 3월 31일 (목) 08:20 판 (→‎참고)

1 개요

General Responsibility Assignment Software Patterns (GRASP), General Responsibility Assignment Software Principles
일반 책임 할당 소프트웨어 패턴, 범용 책임 할당 소프트웨어 패턴, GRASP 원칙
  • 객체 지향 설계를 위한 9가지 원칙

2 목록

  • 정보 전문가(information expert)
  • 크리에이터(creator)
  • 컨트롤러(controller)
  • 간접 참조(indirection)
  • 낮은 결합도(low coupling)
  • 높은 응집도(high cohesion)
  • 다형성(polymorphism)
  • 변형 보호(protected variations)
  • 순수 조립(pure fabrication)

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}