Sökning: "Inversion of Control Containers"

Hittade 1 uppsats innehållade orden Inversion of Control Containers.

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

    Uppsats för yrkesexamina på avancerad nivå, Institutionen för datavetenskap

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

    Sammanfattning : 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 . LÄS MER