Inversion of Control - IoC - Wiki(abdullin.com)
submitted by
abdullin(385) 2 years, 8 months ago
Inversion of Control (IoC) is an approach in software development that favors removing sealed dependencies between classes in order to make code more simple and flexible. We push control of dependency creation outside of the class, while making this dependency explicit.
Usage of Inversion of Control generally allows to create applications that are more flexible, unit-testable, simple and maintainable in the long run.
|category: Architecture
|Views: 39
tags:
Architecture another
Everyones tags:
Your Tags: