• darcy
    link
    4210 months ago

    bro has never heard of reading the compiler error

    • @[email protected]
      link
      fedilink
      16
      edit-2
      10 months ago

      When you’re in VSCode with 10 different red squiggles, who can be bothered?

      Edi: Also, OH MY GOD JUNIORS WHO WON’T JUST GOOGLE THE ERROR MESSAGE.

      • darcy
        link
        610 months ago

        vim supremecy

    • @[email protected]
      link
      fedilink
      English
      710 months ago

      I first started programming with TurboBasic which had the oh-so-amusing characteristic that you could have variable names of any length but the compiler only used the first two letters (and case-insensitive at that). So “DonutCount” and “DoobieCounter” actually referred to the same variable.

      Really good times trying to debug that kind of shit.

  • MrSnowflake
    link
    fedilink
    1110 months ago

    Missed an exclamation mark (as in negation) would be better and happens to anyone.

    • @LetterboxPancake
      link
      Deutsch
      110 months ago

      Something is either true or false, I would expect to have at least 50% of a chance to get it right on the first try. Nah, I fail to implement it three times because my brain went on vacation without telling me.