Skip to content

Tag: test driven development

What is Test Driven Development?
JavaScript

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.

May 19, 2020
My Favourite Debugging Techniques
Programming

My favourite debugging techniques

I believe that debugging is one of the most important technical skills a developer can have. In the average week, I probably spend anywhere from 20 - 30 percent of my time debugging. This is because my code isn't perfect, sometimes it does legitimately only work on my machine or device.

April 24, 2018
5 Tips To Write More Maintainable Code
Programming

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…

February 1, 2018