You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andFromLong
. 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.The text was updated successfully, but these errors were encountered: