We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6433944 commit f86f21fCopy full SHA for f86f21f
src/RefactoringGuru/Composite/Structural/Output.txt
@@ -4,5 +4,5 @@ RESULT: Leaf
4
Client: Now I get a composite tree:
5
RESULT: Branch(Branch(Leaf+Leaf)+Branch(Leaf))
6
7
-Client: I can merge two components without checking their classes:
8
-RESULT: Branch(Branch(Leaf+Leaf)+Branch(Leaf)+Leaf)
+Client: I don't need to check the components classes even when managing the tree::
+RESULT: Branch(Branch(Leaf+Leaf)+Branch(Leaf)+Leaf)
0 commit comments