1
0

code-pattern.md 251 B

Code patterns

Composite

Example from Autofac doc

Composite pattern with dependency injection can be very useful to migrate from a Legacy service to a new service smoothly.