883
Unused variables (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] sik0fewl@lemmy.ca 16 points 5 months ago

This is why I always write my methods from bottom to top. This way I've always got a return statement and I use my variables before they are even declared.

[-] NightAuthor@lemmy.world 4 points 5 months ago

For a second there I thought you might be serious

[-] ShouldIHaveFun@sh.itjust.works 2 points 5 months ago

I do actually use variables before I declare them most of the time. IDEs make it so easy to then generate the declaration with the correct type.

[-] NightAuthor@lemmy.world 1 points 5 months ago

That’s true, in fact I’ve started doing that myself. Same with methods, instead of going and writing the method and then coming back to use it, I’ll write the invocation first.

[-] N0tTheBees@sh.itjust.works 1 points 5 months ago

Ah an avid dreambird user I see

[-] bitcrafter@programming.dev 1 points 5 months ago

Spotted the INTERCAL programmer.

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

Programmer Humor

19198 readers
2050 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