2014-06-26 8:27 GMT-03:00 Sven Van Caekenberghe <[email protected]>: > -1 for replacing ~= with != because it is not better at all > +1 for avoiding it altogether like you suggest > -1 for changing ~= to mean #closeTo: I like the longer name
I adhere to keep the status quo. If one thing confuses people in that realm is non arithmetic precedence: Eg. 2 + 3 * 4 = 20 instead of the "expected" 14. And we're not going to change that either. It's not worthy, and I doubt if it is possible at all. You can always do (aBoolean = otherBoolean) not :) Regards! Esteban A. Maringolo
