DEV Community

Discussion on: What’s an unpopular software opinion you have?

Collapse
 
series0ne profile image
series0ne

Two, specific to C#

  1. Developers can’t be trusted to use “var” properly, and it leads to unreadable code in 99% of cases.

  2. Private member variables should not start with an underscore!