885
Unused variables (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] kevincox@lemmy.ml 65 points 6 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 12 points 6 months ago* (last edited 6 months ago)

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

[-] kevincox@lemmy.ml 4 points 6 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 17 points 6 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.

[-] jose1324@lemmy.world 4 points 6 months ago

Bruh that's insane

load more comments (1 replies)
this post was submitted on 21 Apr 2024
885 points (97.9% liked)

Programmer Humor

19386 readers
90 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS