this post was submitted on 21 Apr 2024
884 points (97.9% liked)

Programmer Humor

20703 readers
1867 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] treechicken@lemmy.world 12 points 10 months ago* (last edited 10 months ago) (1 children)

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

[–] kevincox@lemmy.ml 4 points 10 months ago (1 children)

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 10 months ago (1 children)

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 10 months ago

Bruh that's insane