Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
|
design_pattern [2014/10/11 17:35] gbdivers |
design_pattern [2016/07/05 18:55] (Version actuelle) gbdivers |
||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| ^ Chapitre précédent ^ [[programmez_avec_le_langage_c|Sommaire principal]] ^ Chapitre suivant ^ | ^ Chapitre précédent ^ [[programmez_avec_le_langage_c|Sommaire principal]] ^ Chapitre suivant ^ | ||
| - | ====== Les design patterns ====== | + | ====== [Aller plus loin] Les design patterns ====== |
| Aide à conception : | Aide à conception : | ||
| Ligne 27: | Ligne 27: | ||
| * création : créer des objets, factory et builder | * création : créer des objets, factory et builder | ||
| * structurel : proxy, wrapper, bridge, composite, décorateur, Flyweight facade | * structurel : proxy, wrapper, bridge, composite, décorateur, Flyweight facade | ||
| - | * comportement : visiteur (cf http://accu.org/index.php/journals/2021), stratégie, state, chaine responsability | + | * comportement : visiteur (cf http://accu.org/var/uploads/journals/Overload123.pdf), stratégie, state, chaine responsability |
| Architecture DP : http://en.wikipedia.org/wiki/Architectural_pattern | Architecture DP : http://en.wikipedia.org/wiki/Architectural_pattern | ||
| * MVC, SOA, ECS | * MVC, SOA, ECS | ||
| - | |||
| - | |||
| ^ Chapitre précédent ^ [[programmez_avec_le_langage_c|Sommaire principal]] ^ Chapitre suivant ^ | ^ Chapitre précédent ^ [[programmez_avec_le_langage_c|Sommaire principal]] ^ Chapitre suivant ^ | ||
| - | {{tag> Cours C++}} | ||