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
- Host: GitHub
- URL: https://github.com/dometrain/from-zero-to-hero-clean-code-with-csharp
- Owner: Dometrain
- Created: 2025-01-17T18:18:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T14:58:54.000Z (4 months ago)
- Last Synced: 2025-01-29T15:36:22.365Z (4 months ago)
- Topics: clean-code, csharp, dometrain
- Language: C#
- Homepage: https://dometrain.com/course/from-zero-to-hero-clean-code-with-csharp/?ref=github
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.