"GRASP"의 두 판 사이의 차이

(새 문서: ==개요== ;General Responsibility Assignment Software Patterns (GRASP), General Responsibility Assignment Software Principles ;일반 책임 할당 소프트웨어 패턴, 범용 책...)
 
 
(같은 사용자의 중간 판 9개는 보이지 않습니다)
1번째 줄: 1번째 줄:
==개요==
==개요==
;General Responsibility Assignment Software Patterns (GRASP), General Responsibility Assignment Software Principles
;General Responsibility Assignment Software Patterns (GRASP), General Responsibility Assignment Software Principles
;일반 책임 할당 소프트웨어 패턴, 범용 책임 할당 소프트웨어 패턴, GRASP 원칙
;일반 책임 할당 소프트웨어 패턴, 범용 책임 할당 소프트웨어 패턴, GRASP 패턴, GRASP 원칙
* 객체 지향 설계를 위한 9가지 원칙
* 객체 지향 설계를 위한 9가지 원칙
==목록==
* [[정보 전문가]](information expert)
* [[크리에이터]](creator)
* [[컨트롤러]](controller)
* [[간접 패턴]](indirection)
* [[낮은 결합도]](low coupling)
* [[높은 응집도]](high cohesion)
* [[다형성]](polymorphism)
* [[변형 보호]](protected variations)
* [[순수 가공]](pure fabrication)


==같이 보기==
==같이 보기==
* [[책임 (객체지향)]]
* [[SOLID]]
* [[SOLID]]
* [[디자인 패턴]]
* [[디자인 패턴]]
* [[빈약한 도메인 모델]]
* [[빈약한 도메인 모델]]
* [[빈약한 도메인 모델]]


18번째 줄: 29번째 줄:


[[분류: 소프트웨어 설계]]
[[분류: 소프트웨어 설계]]
[[분류: 프로그래밍]]
[[분류: 객체지향]]

2022년 6월 16일 (목) 10:53 기준 최신판

1 개요[ | ]

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

2 목록[ | ]

3 같이 보기[ | ]

4 참고[ | ]

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