|
|
|
|
|
by collyw
4482 days ago
|
|
I sometimes find that code which doesn't involve lot of nesting is a lot easier to read and comprehend as one long method / function / subroutine than chopping it up into multiple small methods and having to jump around trying to work out what is happening. There is often nothing to be gained by splitting it up in my opinion. Is that not why some languages are known as scripting languages, because you can read them like a script? |
|
https://signalvnoise.com/posts/3250-clarity-over-brevity-in-...