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
+29-22
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
-
# Simple Chain
1
+
# Light Chain
2
2
3
-
Lightweight library for implementing simplified version of [chain of responsibility](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern) in C#.
3
+
Lightweight library for implementing simplified version of
4
+
[chain of responsibility](https://en.wikipedia.org/wiki/Chain-of-responsibility_pattern)
5
+
in C#.
4
6
5
-
The inspiration for this library came from figuring out a way to break up `if/else` chains
6
-
into loosely coupled, separate units to improve maintainability through separation of concerns.
7
+
The inspiration for this library came from figuring out a way to break up
8
+
`if/else` chains into loosely coupled, separate units to improve maintainability
<Description>Lightweight library for implementing simplified version of chain of responsibility in C#.
10
+
11
+
The inspiration for this library came from figuring out a way to break up `if/else` chains into loosely coupled, separate units to improve maintainability through separation of concerns.</Description>
0 commit comments