From b69a47002fa4a265a59a2349abcf4e0de2d2da1d Mon Sep 17 00:00:00 2001 From: Artem Zakirullin Date: Sun, 6 Oct 2024 13:54:00 +0300 Subject: [PATCH] fix make text more concise --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ca38c..c15719d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ The author has internalized the project, so there's nothing to think about. ![Mental Models](/img/mentalmodelsv8.png) -The more mental models there are to internalize, the longer it takes for a new developer to deliver value. Once you onboard new people on your project, try to measure the amount of confusion they have (pair programming may help). If they're confused for more than ~40 minutes in a row - you've got things to improve in your code. +The more mental models there are to internalize, the longer it takes for a new developer to deliver value. + +Once you onboard new people on your project, try to measure the amount of confusion they have (pair programming may help). If they're confused for more than ~40 minutes in a row - you've got things to improve in your code. ## Types of cognitive load **Intrinsic** - caused by the inherent difficulty of a task. It can't be reduced, it's at the very heart of software development.