I'm learning c# and was wondering if it is considered bad practice to use var in c#. Isn't it better to just specify the type beforehand?
Thanks.
I'm learning c# and was wondering if it is considered bad practice to use var in c#. Isn't it better to just specify the type beforehand?
Thanks.