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.

    Continuous Integration and Deployment of PHP applications from GitHub to Heroku with Semaphore

    The practice of continuous delivery is steadily gaining ground in the PHP community. It is no wonder: continuous integration keeps your development risk-free by automatically testing every new version of the code, while continuous deployment helps you ship working code faster by automatically deploying working versions of your application to your users. All together, these […]