Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 512b98f

Browse files
Update README.md
1 parent 06c4211 commit 512b98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Code Refactoring](/cover.jpg "Code Refactoring")
22

3-
This repository contains code samples and techniques referenced in my Medium blog post, ["C# Code Refactoring Techniques"]([https://medium.com/your-post-url](https://medium.com/dev-genius/c-code-refactoring-techniques-from-chaos-to-clarity-b633648ac316)). This post and repository focus on best practices and techniques to refactor C# code, making it cleaner, more readable, and easier to maintain.
3+
This repository contains code samples and techniques referenced in my Medium blog post, ["C# Code Refactoring Techniques"](https://medium.com/dev-genius/c-code-refactoring-techniques-from-chaos-to-clarity-b633648ac316). This post and repository focus on best practices and techniques to refactor C# code, making it cleaner, more readable, and easier to maintain.
44

55
## Overview
66
In this blog post, I discuss various refactoring techniques for C# applications that enhance code quality, readability, and maintainability. Each refactoring technique is demonstrated with before-and-after code examples to show how these changes improve the code.
@@ -35,7 +35,7 @@ In this blog post, I discuss various refactoring techniques for C# applications
3535
Enhance code flexibility and testability by using dependency injection to manage dependencies.
3636

3737
## How to Use
38-
1. **Read the Blog Post**: Start by reading the full blog post on Medium [here]([https://medium.com/your-post-url](https://medium.com/dev-genius/c-code-refactoring-techniques-from-chaos-to-clarity-b633648ac316)).
38+
1. **Read the Blog Post**: Start by reading the full blog post on Medium [here](https://medium.com/dev-genius/c-code-refactoring-techniques-from-chaos-to-clarity-b633648ac316).
3939
2. **Explore Code Samples**: Review the repository for code examples demonstrating each refactoring technique.
4040
3. **Practice Refactoring**: Use the provided examples to practice and apply each technique to your own C# projects.
4141

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /