-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I'd really like to be able to opt-out of implicit converstion operators, or better yet, get rid of them entirely and replace them with named conversion methods like ToLong
and FromLong
. I've just been bitten waaaaayyyyyy too many times to trust other people (and sometimes myself) with my if my code has implicit operators on the types ... you know the reasons why.