J
Jon Skeet [C# MVP]
Arne Vajhøj said:I don't think that apply very well. A rather big percentage of Java
programmers also program in C#.
In which case it would be interesting to see whether it becomes more
requested in a few years' time, when those developers have been using
C# 3 and become used to "var". It's too early to take results *now* and
draw any conclusions.
But what I do with o.m() actually depends on what o is !
But if it's obvious when *reading* the code what's going on, the
details only matter when you're looking more deeply into the code. When
I'm working on a problem, I don't actually need to read most of the
code closely - I'll skim a lot of it. Implicitly typed local variables
help the skimming mode, and arguably slightly harm the detailed part.
(Usually it's still pretty obvious what the type actually is, IMO.)
The aid to the skimming mode is significant though.