JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoifn'tprogramming.devimagemessage-square125fedilinkarrow-up1752arrow-down111
arrow-up1741arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square125fedilink
minus-squareLmaydev@programming.devlinkfedilinkarrow-up1·edit-21 year agoIt’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.
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.