|
|
|
|
|
by true_religion
3436 days ago
|
|
It's a judgment call where small functiosn are more readable than cohesive code. If the 'idea' of the code isn't easily broken down into abstractions, even mentally speaking, then small functions will just obscure what's actually going on by pointing out all the implementation details that are wound together. |
|