Posts by Marko Anastasov

    TDD Antipatterns: Local Hero

    A local hero is defined as: A test case that is dependent on something specific to the development environment it was written on in order to run…

    TDD Antipatterns: The Free Ride

    There is an excellent thread on Stack Overflow TDD Anti-patterns catalogue with some common traps we can fall into when writing test-driven code.