Y
Hacker News
new
|
ask
|
show
|
jobs
by
ralphael
2712 days ago
I agree, by using var you need to name your variable better therefore making your code more readable. Rather than relying on the interface/class definition to explain to someone why you used "obj".
1 comments
quickthrower2
2712 days ago
To var or not to var is purely a "tabs 'n' spaces" debate, but doesn't affect performance.
link
jenscow
2711 days ago
It will affect the performance of someone trying to read your code.
link