coercion Tutorials

  • By
    Fixing Coercion, Not The Symptoms

    TL;DR Your complaints of x == y behaviors being weird, buggy, or downright broken have all blamed == as the culprit. No, it's really not. == is pretty helpful, actually. The problems you're having are not with the == operator itself, but with the underlying values and how...