Reading List
Too many tiny functions? from Liza Shulyayeva RSS feed.
Too many tiny functions?
When do you have too many functions? For me breaking things down into functions makes it easier to read in many cases, but I’ve been hesitant to separate out everything into tiny bits and pieces. Let’s say someone else is looking at my code - does it get to a point where generally it’s just too much? For example, what would generally be considered better, this: