Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    Everyone in my team uses Visual Studio. There are a few influences on our coding style, I am sure (default indentation of 4 characters, documentation comments, no fear against using long function + variable names etc.) But preferring "var" over explicit types was definitely not among these points. Quite the opposite: if one is a lazy typer, they can enter var and then use VS to replace that keyword by the explicit type - before the code is saved and put under version control. Commented Aug 20, 2024 at 12:35