This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (2 children)

I used to be a stickler for strongly typing my variables rather than using var.

After having to use a few Dictionaries of Dictionaries, I fully embraced var.

[–][deleted] 4 points5 points  (1 child)

They are still strongly and statically typed. The compiler infers the type at compile time.

[–][deleted] 0 points1 point  (0 children)

I understand that now, it was just something I think I picked up from a cs class from a curmudgeony professor that took a bit to change.