• alokir@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    I might be in the minority but I prefer to do it like this: Boolean(m).

    It’s the same thing but less cool. On the flip side it’s easier to read when you have a line full of operators.

    • FooBarrington@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      Yep, that’s a much better way! It’s like the “goes down to” operator - a neat trick you should never use :)

      while (i --> 0) { ... }