• Gamma@beehaw.org
    link
    fedilink
    English
    arrow-up
    8
    ·
    16 days ago

    I actually had a bug in a game jam freshman year because of this. It was java, so there was a lot of questionable decisions going on, but adding the semicolon fixed it!

    • Scoopta
      link
      fedilink
      arrow-up
      3
      ·
      16 days ago

      …I want details. Java is my most used language and I want to know lol

      • Gamma@beehaw.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        15 days ago

        … now that I’m thinking harder it may have been a colon? The real problem was that we’d only been programming a few months at that point and were pretty good at accidentally fucking up syntax

        • Scoopta
          link
          fedilink
          arrow-up
          1
          ·
          15 days ago

          Ah, I mean syntax issues trigger compiler errors though. I’m not sure of one that compiles but has odd behavior… except the increment/decrement operators. Maybe I’m just not remembering one