@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agoifn'tprogramming.devimagemessage-square127arrow-up1773arrow-down111
arrow-up1762arrow-down1imageifn'tprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square127
minus-squarePup Birulinkfedilink45•1 year agoi mean, “unless” tends to be the usual term for an “if not” keyword in languages that implement such a thing
minus-squarePup Birulinkfedilink3•1 year agototally agree; just saying that if it’s GOT to be something, that something should probably be unless… unless . . .
minus-square@frezik@midwest.sociallinkfedilink2•1 year agoI find that you need to choose carefully when to use it. Simple cases tend to be alright. Larger, more complex conditions shouldn’t touch it.
i mean, “unless” tends to be the usual term for an “if not” keyword in languages that implement such a thing
Which is awful and incredibly confusing. I hate ruby
totally agree; just saying that if it’s GOT to be something, that something should probably be unless… unless . . .
And Perl
And my axe!
I find that you need to choose carefully when to use it. Simple cases tend to be alright. Larger, more complex conditions shouldn’t touch it.