
02-11-2010, 08:26 PM
|
|
Somewhat rusty
|
 |
Join Date: Mar 2001
Posts: 5,059
|
|
|
I guess you could do worse than declaring variables especially considering Graal's crazy variable scopes, and while I do not do it in javascript either I can see the point considering var in a nested scope does not do what you would think it does.
And I guess falling through on switch cases is okay as long as you put // FALL THROUGH or something. |
|
|
|