You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ An example project demonstrating cleaning up legacy code in a .NET Core MVC proj
4
4
5
5
This repository was created for the Productive Dev YouTube series (TODO: link) on refactoring legacy code.
6
6
7
-
Key concepts:
7
+
__Key concepts__:
8
8
9
9
- Improving testability
10
10
- Inversion of control via dependency injection
@@ -21,3 +21,9 @@ Key concepts:
21
21
- Monitoring code quality using static code analysis
22
22
- Creating a continuous integration loop
23
23
24
+
__To Follow along via YouTube series__:
25
+
The `main` branch contains the result of refactoring the legacy code. The `legacy_code` branch contains the starting point of the project, from where the refactoring begins.
0 commit comments