879
Unused variables (sh.itjust.works)
submitted 5 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 6 points 5 months ago

How do you mean? You can't type a word without using it in a word processor. Once the word is typed out it's been used. Variables need to be declared then used so 2 separate steps.

[-] [email protected] 2 points 5 months ago

There's no direct equivalent but word like won't bother me about spelling or grammar until I'm done typing that part

[-] [email protected] 1 points 5 months ago

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.

[-] [email protected] 2 points 5 months ago

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

[-] [email protected] 1 points 5 months ago

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

[-] [email protected] 1 points 5 months 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

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

Programmer Humor

19197 readers
1133 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