in reply to Can a large subroutine be split in two (e.g. parent and child relationship)?

It's possible to do the sort of "refactoring" that you're talking about, but it might not be as simple as you're hoping; it really depends on what variables need to be seen by both routines and how they'll be used. If you show the routine you're trying to split, or one similar to it in essential respects, we can take a hack at it.

We're building the house of the future together.
  • Comment on Re: Can a large subroutine be split in two (e.g. parent and child relationship)?