Skip to content

Commit

Permalink
Update concept tree (#688)
Browse files Browse the repository at this point in the history
* Update concept tree

* Fix concept tree
  • Loading branch information
meatball133 authored Aug 17, 2024
1 parent d7c3b0a commit 514545a
Showing 1 changed file with 26 additions and 16 deletions.
42 changes: 26 additions & 16 deletions misc/concept_tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,23 @@ graph TD
s(Blocks/proc/)
end
subgraph V [Weighing Machine]
m(Getters/setters)
end
subgraph W [The Farm]
p(raising errors)
end
subgraph X [Speelbound Steel]
t(enumeration)
end
subgraph Y [Kitchen Calculator]
x(symbols)
y(Tuples)
end
A --> B
A --> C
B --> J
Expand All @@ -111,28 +128,21 @@ graph TD
F --> S
S --> T
R --> U
U --> t
U --> X
F --> V
Q --> W
X --> Y
m(Getters/setters)
p(raising errors)
s(Blocks/proc/)
t(enumeration)
u(more enumeration)
x(symbols)
y(Tuples)
z(Hashes)
aa(Named Tuple)
ab(Decomposition & multiple assignment)
ae(Inheritance)
Q --> p
t --> u
u --> y
u --> x
x --> z
y --> z
X --> u
Y --> z
z --> aa
aa --> ab
E --> m
ae --> W
O --> ae
```

0 comments on commit 514545a

Please sign in to comment.