Skip to main content
2 events
when toggle format what by license comment
Aug 20, 2024 at 12:35 comment added Doc Brown 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.
Aug 19, 2024 at 17:52 history answered Tim C CC BY-SA 4.0