|
|
|
|
|
by UglyToad
1831 days ago
|
|
I think this probably relates to fundamental differences in how people think. Like the "imagine an apple" test of people's mental modes of imagination. I'm quite a visual thinker so I use the shape of the surrounding code to anchor my mental model of the code. If I have to jump to another file or function then I lose the shape and it disrupts my model. This is why on balance I (now) prefer longer functions over code split up. |
|