9 posts tagged with "unit testing"
Test driven development (TDD) is a paradigm where test cases are written based on stories or requirements before any coding is started. It…
Read MoreDebugging is an essential part of software development. No matter how great of a developer, or how meticulous you code, you will run into…
Read MoreCode 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 MoreDependency Injection (DI) is an implementation of the Dependency Inversion Principle. {Not going to get into the turtles again} The…
Read MoreAutomatic and unit testing have become standard in modern software development. It reduces the overall amount of bugs found by QA, UAT, and…
Read MoreFinishing the two part episode on skills web developers need to know the guys tackle the skills needed to land a job along with advanced…
Read More