http://qs321.pair.com?node_id=11114209


in reply to Re: Get code ready for a loop (and a little RFC)
in thread Get code ready for a loop (and a little RFC)

That would be a big sub, but it has crossed my mind. 8)

No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
Lady Aleena

Replies are listed 'Best First'.
Re^3: Get code ready for a loop (and a little RFC)
by GrandFather (Saint) on Mar 13, 2020 at 08:45 UTC

    Better a big sub than a sea of code inside a loop. One advantage of using a sub is you get to name it so at the point where it is called the intent is clear. The point about big blobs of code is that you can't keep everything in your head while you try to understand what is going on. Breaking it up into named chunks (subs) makes the code easier to write correctly and easier to maintain.

    Optimising for fewest key strokes only makes sense transmitting to Pluto or beyond