A CC harmadik fejezetében így végződik a Small! fejezet:
"Each told a story. And each led you to the next in a compelling order. That’s how short your functions should be!"
A lényeg nem a sorok száma, hanem a "telling a story" meg "leading to the next".
És akkor utána rátér a többi szabályra:
"FUNCTIONS SHOULD DO ONE THING . T HEY SHOULD DO IT WELL .THEY SHOULD DO IT ONLY ."
Majd:
"In order to make sure our functions are doing “one thing,” we need to make sure that the
statements within our function are all at the same level of abstraction."
És a conclusion részben:
"But never forget that your real goal is to tell the story of the system, and that the functions
you write need to fit cleanly together into a clear and precise language to help you with
that telling."
Baromira nem az a lényeg, hogy a függvényeid nem lehetnek 6 sornál hosszabbak. Aki csak ennyit lát, ezt a mechanikus szabályt, az nem érti ezt az egész fejezetet.