From 86ef30d5510cef4943d3eaf2475f129e02a43065 Mon Sep 17 00:00:00 2001 From: Artem Zakirullin Date: Sat, 12 Oct 2024 06:51:03 +0300 Subject: [PATCH] add note about brain --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6d60dce..5b4b9be 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ We will refer to the level cognitive load as follows: `🧠++`: two facts in our working memory, cognitive load increased `🤯`: working memory overflow, more than 4 facts +P.S. Our brain is [much more complex than this](https://github.com/zakirullin/cognitive-load/issues/16), but we can go with this simplistic model. + ## Complex conditionals ```go if val > someConstant // 🧠+