From ca9b0ce2c881b2d8b82124762a830d2279562804 Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:37:16 +0000 Subject: [PATCH 1/2] Update 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..9a264804 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 --> aev ``` \ No newline at end of file From 06e7e2b09ec84384b82571ffa2cb09a46428911e Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:45:45 +0000 Subject: [PATCH 2/2] Fix concept tree --- misc/concept_tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/concept_tree.md b/misc/concept_tree.md index 9a264804..b89d34b2 100644 --- a/misc/concept_tree.md +++ b/misc/concept_tree.md @@ -144,5 +144,5 @@ graph TD z --> aa aa --> ab ae --> W - O --> aev + O --> ae ``` \ No newline at end of file