|
|
|
|
|
by peheje
2052 days ago
|
|
Hi chunkyfunky. I recently read Clean Code, great book. I agree with your take on DIP. We're using Microsoft Service Collection and with the Scrutor nuget component we were able to easily decorate an implementation from another package to extend the functionality adhering to the open closed principle OCP. DI also enables your code to be open for extension but closed for modification. Great stuff! |
|