Thoughts on using "var" vs explicit typing in variable instantiations?
Strangely haven't seen this one debated in C# circles. I've always defaulted to explicitly typing it out but it seems like "var" has gained popularity over time. Is there any kind of consensus as to what the default should be? I definitely don't like non uniformity or bouncing between the two approaches without some kind of conscious reason why.