On Tue, Jan 29, 2013 at 7:30 PM, Rik Cabanier <[email protected]> wrote:
> Do you believe it's OK to have 12 arguments or would a dictionary be better?

No, it's not okay.  ^_^  Particularly when some of the parameters are
boolean - boolean positional arguments are the devil.  Go with a dict.

~TJ

Reply via email to