in reply to Forcing list context of passed parameters

The problem that I have with this is that I like to use prototypes, as a form of self-documenting code. I even use them in object methods, where they don't get enforced, because I want the reader to know what arguments I expect to receive.

I find that well-chosen names is a better form of documentation than anything else.

  • Comment on Re: Forcing list context of passed parameters