An open API service indexing awesome lists of open source software.

https://github.com/dometrain/from-zero-to-hero-clean-code-with-csharp

Source code for the "From Zero to Hero: Writing Clean Code with C#" course
https://github.com/dometrain/from-zero-to-hero-clean-code-with-csharp

clean-code csharp dometrain

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# From Zero to Hero: Writing Clean Code with C#

Welcome to the ["From Zero to Hero: Writing Clean Code with C#"](https://dometrain.com/course/from-zero-to-hero-clean-code-with-csharp/?ref=github) 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.