in reply to Best practices for passing in function arguments?

When you write the code that calls the sub which version is easiest to understand when you or someone else reads the code in a month or more? Use that version. Almost always there is nothing else that matters.

Premature optimization is the root of all job security
  • Comment on Re: Best practices for passing in function arguments?