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

Programmer Humor

24980 readers
1860 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
[–] ricdeh@lemmy.world 1 points 1 year ago (2 children)

What do you mean? Variables do not necessarily need to be used, you can allocate memory for some value and initialise it but then simply don't do anything with it.

[–] DacoTaco@lemmy.world 2 points 1 year ago (1 children)

You can but compilers will optimise that away unless you tell it not to.

[–] Shareni@programming.dev 1 points 1 year ago

Meanwhile go: you will remove it or I won't compile, unless you know the secret handshake

[–] RagingRobot@lemmy.world 1 points 1 year ago

Yes you can but the little red squiggles show in your editor to warn you that it's unused code. That's what the whole post is about lol