Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 905 Bytes

File metadata and controls

13 lines (7 loc) · 905 Bytes

From Zero to Hero: Test-Driven Development in C#

Welcome to the "From Zero to Hero: Test-Driven Development in C#" course on Dometrain!

This course takes you on a journey through Test-Driven Development, from fundamental concepts to advanced practices, teaching you how to build robust, well-tested software using C#.

This repository contains the source code for the course, which you can use to follow along.

Getting Started

The main branch contains the most up-to-date version of the code, reflecting the latest improvements, updates, and fixes.

Each section in the course has folder in the repository. The folder contains the source code for the section, containing both a /start and /end directory—which aligns with the source code at a point in time as it relates to the course.