Hacker News new | ask | show | jobs
by NohatCoder 2404 days ago
Artificially slicing up functions does not make the code fit in my brain, it just means that I have to load in more functions in order to have the required context.
1 comments

Definitely, which is why doing it just to get small blocks of code won't work. It has to be part of the entire design, and sliced at real, logically separate spacings.

It's hard! But immensely rewarding if you get it right. You have to be thoughtful as you design and build.