Re: Consistent argument naming
David Crawshaw <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday, May 20, 2003, at 12:42 AM, Charles Goodwin wrote:
> _trap = function( v ) { ... }
>
> Should we always use 'v'?
I don't think it really matters. For some strange reason, I've always
used v, however I don't really consider it an issue of consistency.
It's just important it stays consistent inside the function. :)
d