in reply to Best Practice: How do I pass option parameters to functions?

If you have a set of functions that require a common configuration, it's possible (but not inherent) that you have something that would translate well into an object paradigm where the configuration is passed in to the constructor, and made available to a group of related methods.


Dave

  • Comment on Re: Best Practice: How do I pass option parameters to functions?