in reply to On maintaining old code and the battle of styles...

If you're going to keep ownership of the project, then by all means re-indent/adjust the internals to the style you're comfortable with.

You probably can't change the calling convention from "multiple args" to "one hash for args" for any exported routines or methods without breaking the existing user base, though.
--
Mike

  • Comment on Change what you want internally, but not externally...