in reply to Re: When Is Dividing Code Into Different Subroutines/Packages Important?
in thread When Is Dividing Code Into Different Subroutines/Packages Important?
That thing about not making a sub more than X lines has nothing to do with the brain. It's just something computer-sciences teachers do to make you learn how to divide your code into paragraphs acording to its use instead of writing long unreadable "spaghety code" (that's what we called complicated code back in the days of BASIC...)