• tunetardis@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    Compiler/interpreter: Can’t find variable farfignewton.

    Earlier:

    Me: Declare variables near, far

    IDE: Oh! You mean farfignewton right? I found that in some completely unrelated library you didn’t write. Allow me complete that for you while you’re not paying attention.

  • ValiantDust@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    But are you gonna return something for this method??? You said you’d return an integer, yet there is no return statement!

  • kevincox@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    IDE is one thing, Go refuses to compile. Like calm down, I’m going to use it in a second. Just let me test the basics of my new method before I start using this variable.

    Or every time you add or remove a printf it refuses to compile until you remove that unused import. Please just fuck off.

    • treechicken@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 months ago

      VSCode with Go language support: removes unused variable on save “Fixed that compilation bug for ya, boss”

      • kevincox@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Like actually deletes them from the working copy? Or just removes them in the code sent to the compiler but they still appear in the editor?

        • FizzyOrange@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          Yeah IIRC it deletes them, which is as mad as you would expect. Maybe they’ve fixed that since I used it last which was some years ago.