Tag: Testing

  • What is Test Driven Development?

    What is Test Driven Development?

    TDD is a lot more than vanity metrics like the percentage of code covered by tests. Test Driven Development (TDD) is a development process that consists of the tests being designed and written before most of the code is written.

  • 5 Tips To Write More Maintainable Code

    5 Tips To Write More Maintainable Code

    Writing maintainable code can be challenging especially to newer developers, because they won’t have experience with coming back to code later or having to review somebody else’s changes. In this blog post, I provide 5 Tips on How to Write More Maintainable Code.

  • Book Review: Clean Code a Handbook of Software Craftsmanship

    Book Review: Clean Code a Handbook of Software Craftsmanship

    I first heard of “Uncle” Bob Martin on twitter, a few of the people I was following were discussing how amazing the book Clean Code was and how they would love if some of the other developers they worked with used some of the techniques. “Uncle” Bob Martin wrote Clean Code: A Handbook of Agile […]

  • Testing

    All I can say about this is awesome!