From 514545a4b336fd9712b15fcafdfb9e4b535e8527 Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Sat, 17 Aug 2024 13:48:13 +0200 Subject: [PATCH] Update concept tree (#688) * Update concept tree * Fix concept tree --- misc/concept_tree.md | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/misc/concept_tree.md b/misc/concept_tree.md index 388ba5b2..b89d34b2 100644 --- a/misc/concept_tree.md +++ b/misc/concept_tree.md @@ -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 @@ -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 ``` \ No newline at end of file