Mention the Cognitive Load article

- Addresses #164
This commit is contained in:
Radoslav Georgiev 2025-01-15 10:46:43 +02:00
parent 0291d00afc
commit dc3f88de76

View File

@ -2788,3 +2788,4 @@ The way we do Django is inspired by the following things:
- The general idea for **separation of concerns** - The general idea for **separation of concerns**
- [Boundaries by Gary Bernhardt](https://www.youtube.com/watch?v=yTkzNHF6rMs) - [Boundaries by Gary Bernhardt](https://www.youtube.com/watch?v=yTkzNHF6rMs)
- Rails service objects - 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.