2011/1/19 Jorge <[email protected]>:
> I sometimes just don't declare them with var but as parameters:
>
> function (x) {
>  var a,b;
>  ...
> }
>
> function (x, a, b) { ... }

That is an awful habit, leads to confusion and error prone.
Apart from that... it's still bad. :)

- Balázs

-- 
To view archived discussions from the original JSMentors Mailman list: 
http://www.mail-archive.com/[email protected]/

To search via a non-Google archive, visit here: 
http://www.mail-archive.com/[email protected]/

To unsubscribe from this group, send email to
[email protected]

Reply via email to