Skip to content

Source code for the "From Zero to Hero: Writing Clean Code with C#" course

Notifications You must be signed in to change notification settings

Dometrain/from-zero-to-hero-clean-code-with-csharp

Repository files navigation

From Zero to Hero: Writing Clean Code with C#

Welcome to the "From Zero to Hero: Writing Clean Code with C#" course on Dometrain!

This course takes you on a journey through Clean Code principles and practices in C#, teaching you how to write maintainable, readable, and high-quality code that you can be proud of.

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.