I'm working on an ASP .NET MVC application, and i'm the inexperienced guy on a team of 3. One of my colleagues, the most experienced guy on the team, is constantly using var when defining a variable, although the functions that he uses to load the variable return a specific type(int, string and so on), is this a good practice?
I confronted him with this question but the answer he gave me was "i don't know search for it...", the experienced guy answer, you know...
So, is this a good practice?
Thank you!