in reply to How to deal with old OO code that mixes instance methods with class methods

If these module functions are completely unrelated to the class you could move them to another module "util" and even import them from there.

I say "could" bc it's up to you to decide which way you think is best to maintain the code in the future.

Cheers Rolf

( addicted to the Perl Programming Language)

  • Comment on Re: How to deal with old OO code that mixes instance methods with class methods