More on var

I've started playing with Resharper 4.0 and one of the first things I noticed was that it recommends using var for local variables, there's a great post at "Varification – Using Implicitly Typed Locals" about their perspective on it. It's interesting reading and given me a lot to think about. The second note that it "induces" better named variables is interesting, it instantly remind me of the debate about TypeMock, and how that other mocking frameworks "induce" better designs.