Essays about: "Inversion of Control Containers"

Found 1 essay containing the words Inversion of Control Containers.

  1. 1. On Patterns for Refactoring Legacy C++ Code into a Testable State Using Inversion of Control

    University essay from Institutionen för datavetenskap

    Author : Per Böhlin; [2010]
    Keywords : Refactoring; Software Development; Coding Practices; Software Testing; Inversion of Control; Dependency Injection; Test Driven Development; Unit Testing; Inversion of Control Containers; Object Oriented Design;

    Abstract : Amending old projects of legacy code to include agile practices such as extensive unit testing and refactoring has proven difficult. Since automated unit testing was not widely used a decade ago, much code has been written without unit testing in mind. This is especially true for C++ where RAII has been the dominant pattern . READ MORE