5

I love C# but it almost seems to reward foreach abuse and object orientation overkill. (And that VS designer.cs files are auto generated and blow out any changes you make in them)

Comments
  • 2
    Don't we have partials to make our modifications in?
  • 0
    @CodeMasterAlex There are many ways to deal with it, but I don't like them.
  • 0
    Consider getting one of those static analyzers that came about with roslyn... Enable it to detect multiple enumerations... And treat them as errors
Add Comment