Browse Source

Create guide with Composite pattern

DricomDragon 4 năm trước cách đây
mục cha
commit
77c7462035
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  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.