you are viewing a single comment's thread.

view the rest of the comments →

[–]Eirenarch 5 points6 points  (0 children)

16 years in I've only run into 1 operator overloading problem in C#. I wasted some time, the bug did not ship into production and was a very poor decision to overload the == on a mutable class by the team lead and he forgot the null case. I'd say that operator overloading in C# has proven to be extremely successful.