Etikett: TDD

  • Unit testing your WordPress themes and plugins

    WP tuts has created an interesting three part tutorial on how to use test driven development when writing themes and plugins for WordPress. The first part introduces the concept of unit testing and it explains what is needed to be able to write unit tests for WordPress. The second part continues by introducing how to write a testable plugin…

  • Designing and testing embedded systems

    Having worked with both C and embedded systems for a major of my professional time I have always found it interesting to apply different software development methodologies and practices in an embedded environment. One such practice is test driven development (a.k.a. tdd). Often, I’ve heard the excuse that various ideas can not be applied to…

  • Zero Inspection

    Regardless if it is due to yourself or it was dropped in your knee by someone else, have you ever had problem with the quality of your software? I know I have and I guess that all of us at some point in time have been in the situation where we face an ever growing…