• KmlSlmk64
    link
    1310 months ago

    If someone really wanted to add it, probably the best would be to use unless

    • @JoshuaEN
      link
      English
      810 months ago

      I really liked having unless in Ruby; a ! can be easy to miss, while unless made it clear without needing to write out != true.

      • @HexAndSquare
        link
        210 months ago

        It’s also cool when you do unless(!condition). I particularly like this.