4 ms·
Because lots of small functions increase the system complexity by creating interdependencies. You also don't have context in each function to understand the bi
by int0x80 4y ago
Because lots of small functions increase the system complexity by creating interdependencies. You also don't have context in each function to understand the big picture and very small functions can be meaningless on its own. You have to jump through many functions just to figure out what is being done.