Comment on ifn't
SubArcticTundra@lemmy.ml 11 months agoAh clever, didn’t think of doing this. Not having to encapsulate if statements in scopes would still look cleaner though
Comment on ifn't
SubArcticTundra@lemmy.ml 11 months agoAh clever, didn’t think of doing this. Not having to encapsulate if statements in scopes would still look cleaner though
Lmaydev@programming.dev 11 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.