• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: December 9th, 2023

help-circle
  • I agree completely that, when done well, smaller functions can make code easier to work with for all of the reasons that you have mentioned. When not done well, however, I still have to read through all of the same code to figure out which part has the implementation detail that I need to care about, but now it has been scattered about instead of collected into one convenience place.