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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Implemantation of Composite Pattern in C#
3
3
4
4
# To Do
5
-
-Add a type propety. Enum: Chapter and Item. Price property represents subtotal for chapter.
6
-
-Create a method to flatten tree.
7
-
-Create a method to filter tree. Use a backing property which will contain all children and a readonly property that will contain the filltered result/items.
8
-
-Write Unit Test.
5
+
-Add a type propety. Enum: Chapter and Item. Price property represents subtotal for chapter.
6
+
-Create a method to flatten tree.
7
+
-Create a method to filter tree. Use a backing property which will contain all children and a readonly property that will contain the filltered result/items.
0 commit comments