From dc3f88de76e0033ec9f710927ae626b8355016f0 Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Wed, 15 Jan 2025 10:46:43 +0200 Subject: [PATCH] Mention the `Cognitive Load` article - Addresses #164 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57ebf86..9591125 100644 --- a/README.md +++ b/README.md @@ -2788,3 +2788,4 @@ The way we do Django is inspired by the following things: - The general idea for **separation of concerns** - [Boundaries by Gary Bernhardt](https://www.youtube.com/watch?v=yTkzNHF6rMs) - Rails service objects +- Recently, I saw the [Cognitive Load is what matters](https://github.com/zakirullin/cognitive-load) article and it resonated with me. Some of the things mentioned there are also a key concept of the Django Styleguide.