« GRASP » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications
 
Ligne 2 : Ligne 2 :
= [https://en.wikipedia.org/wiki/GRASP_(object-oriented_design) GRASP] =
= [https://en.wikipedia.org/wiki/GRASP_(object-oriented_design) GRASP] =
General Responsibility Assignment Software Principles, is a set of 9  principles in object design and responsibility assignment.
General Responsibility Assignment Software Principles, is a set of 9  principles in object design and responsibility assignment.
= Controller =
= Creator =
= High Cohesion =
= Indirection =
= Information Expert =
= Low Coupling =
= Polymorphism =
= Protected Variations =
= Pure Fabrication =

Dernière version du 5 décembre 2023 à 15:06

GRASP

General Responsibility Assignment Software Principles, is a set of 9 principles in object design and responsibility assignment.

Controller

Creator

High Cohesion

Indirection

Information Expert

Low Coupling

Polymorphism

Protected Variations

Pure Fabrication