.Net
Prefer constructor overloads or factory methods over implicit/explicit conversion operators.
Hmm… this is only an issue if your method already has side effects, which in itself is a code smell. While I agree that, like many features of c#, these operators can be misused, they Read more…