From 3371c8193405e13699b70dc1d553ad75e1648cc4 Mon Sep 17 00:00:00 2001 From: Artem Zakirullin Date: Fri, 10 May 2024 21:51:46 +0400 Subject: [PATCH] fix wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee36b07..ba4427f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 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 like OOP, it's a fundamental human constraint, it's there and we can feel it. +Confusion costs time and money. **Confusion is caused by high cognitive load**. It's not some fancy invented concept like OOP, but rather a fundamental human constraint. 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.