9 posts tagged with "unit testing"

December 16th 2021 by Will Gant

When you start a new software project, you probably don't spend a lot of time thinking about how to setup useful and realistic test data. In…

Read More
December 9th 2021 by Beej Burns

Test driven development (TDD) is a paradigm where test cases are written based on stories or requirements before any coding is started. It…

Read More
November 11th 2021 by Beej Burns

Debugging is an essential part of software development. No matter how great of a developer, or how meticulous you code, you will run into…

Read More
December 3rd 2020 by Will Gant

Unit tests are a great way to make sure that your code is more stable. Not only do they let you check your assumptions when you make changes…

Read More
April 9th 2020 by Beej Burns

Code For Cash When you get dropped into a legacy project, one of the main things you'll miss is the use of more modern development practices…

Read More
February 28th 2019 by Beej Burns

Dependency Injection (DI) is an implementation of the Dependency Inversion Principle. {Not going to get into the turtles again} The…

Read More
December 13th 2018 by Beej Burns

Automatic and unit testing have become standard in modern software development. It reduces the overall amount of bugs found by QA, UAT, and…

Read More
August 25th 2016 by Will Gant

"Practice doesn't make perfect, practice makes permanent." A kata is a set of practice moves used in the martial arts to practice techniques…

Read More

Complete Developer Podcast