• xmunk@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    10 months ago

    That specific language is PHP, but the tip is applicable in any language that supports inline assignment.

    • The Octonaut
      link
      fedilink
      arrow-up
      6
      ·
      10 months ago
      if (true === $wantToCauseErrorsForFun) {
          badOldFunction();
      }