757
ifn't (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] SubArcticTundra@lemmy.ml 7 points 5 months ago* (last edited 5 months ago)

Using a standalone 'else' would tickle my brain in the same nice way that being able to declare a variable inside an 'if' statement as if it were a 'for' loop (which you can do in modern C++) does.

[-] Amaltheamannen@lemmy.ml 2 points 5 months ago
[-] SubArcticTundra@lemmy.ml 3 points 5 months ago

Ooh yes. Rust is king when it comes to this sort of inline stuff. Inline match. Mmmmmm!

[-] Lmaydev@programming.dev 2 points 5 months ago

Many languages let you scope variables.

In c# you can create an arbitrary scope to declare variables in. Most likely in others as well.

[-] SubArcticTundra@lemmy.ml 2 points 5 months ago

Ah clever, didn't think of doing this. Not having to encapsulate if statements in scopes would still look cleaner though

[-] Lmaydev@programming.dev 1 points 5 months ago* (last edited 5 months ago)

It's handy if you're creating temp variables for single use that you don't need to use again.

Although I admit I've only ever done it a couple times lol

Again in c# you can omit the scope and only the next statement is part of an if or loop.

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

Block scoped variables are bad?

[-] SubArcticTundra@lemmy.ml 1 points 5 months ago
this post was submitted on 18 Jan 2024
757 points (98.6% liked)

Programmer Humor

18250 readers
1 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