Posts Tagged ‘IoC’

Hide complexity and inconsistency of legacy classes using facade

Very often in a system we may have modules that are implemented by different persons for a long period of time that are inconsistent and it is difficult to use them in a new implementation. Here in this post you can find a sample of solving these problems using facade design pattern, unique interface and [...]