فهرست منبع

Create guide with Composite pattern

DricomDragon 4 سال پیش
والد
کامیت
77c7462035
1فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  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.