From c3f0cb465dad00952e799091b765b65a87e3cb20 Mon Sep 17 00:00:00 2001 From: Artem Zakirullin Date: Fri, 10 May 2024 20:27:28 +0400 Subject: [PATCH] fix wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92cbcd3..ee36b07 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ## Introduction There are so many buzzwords and best practices out there, but let's focus on something more fundamental. What matters is the amount of confusion developers feel going through the code. -Confusion costs time and money. **Confusion is caused by high cognitive load**. It's not some fancy invented concept, it's a fundamental human constraint, and that makes it of the utmost importance. - +Confusion costs time and money. **Confusion is caused by high cognitive load**. It's not some fancy invented concept like OOP, it's a fundamental human constraint, it's there and we can feel it. + Since we spend far more time reading and understanding code than writing it, we should constantly ask ourselves whether we are embedding excessive cognitive load into our code. ## Cognitive load