Sfoglia il codice sorgente

Create guide with Composite pattern

DricomDragon 4 anni fa
parent
commit
77c7462035
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      Guides/code-pattern.md

+ 7 - 0
Guides/code-pattern.md

@@ -0,0 +1,7 @@
+# Code patterns
+
+## Composite
+
+[Example from Autofac doc](https://autofaccn.readthedocs.io/en/latest/advanced/composites.html)
+
+Composite pattern with dependency injection can be very useful to migrate from a Legacy service to a new service smoothly.