Posts

Showing posts from March, 2023

Test Driven Development

What is Test-Driven Development? What is Test-Driven Development? Test-driven development Some youtube videos to get you started Test Driven Development Tutorial For Beginners TDD and The Terminator - An Introduction to Test Driven Development Essential reading Test Driven Development: By Example  by Kent Beck Growing Object-Oriented Software Guided by Tests Working Effectively with Legacy Code The Second Edition of "Refactoring" Unit Testing Principles, Practices, and Patterns Learning Test-Driven Development Language specific books C# The Art of Unit Testing, Second Edition with examples in C# Pragmatic Test-Driven Development in C# and .NET xUnit Test Patterns: Refactoring Test Code Java Pragmatic Unit Testing in Java 8 with JUnit Javascript and React The Art of Unit Testing, Third Edition with examples in JavaScript Test-Driven Development with React Mastering React Test-Driven Development - Second Edition Swift and iOS iOS Unit Testing by Example