JPDev@programming.dev to Programmer Humor@programming.dev · 10 months agoifn'tprogramming.devimagemessage-square120fedilinkarrow-up1755arrow-down111
arrow-up1744arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 10 months agomessage-square120fedilink
minus-squarejtk@lemmy.sdf.orglinkfedilinkEnglisharrow-up89·edit-210 months agoI would have bought it if they said ifnot instead, it’s the same number of characters and wouldn’t require a major parser overhaul to support keywords with a ’ in the name.
minus-squarePup Biru@aussie.zonelinkfedilinkarrow-up44·10 months agoi mean, “unless” tends to be the usual term for an “if not” keyword in languages that implement such a thing
minus-squareFal@yiffit.netlinkfedilinkEnglisharrow-up23arrow-down4·10 months agoWhich is awful and incredibly confusing. I hate ruby
minus-squarePup Biru@aussie.zonelinkfedilinkarrow-up3·10 months agototally agree; just saying that if it’s GOT to be something, that something should probably be unless… unless . . .
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up2·10 months 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.
minus-squareOpenStars@startrek.websitelinkfedilinkEnglisharrow-up16arrow-down2·10 months agoYeah, to be clear, I don’t like it, I don’t like it one bit:-P.
I would have bought it if they said ifnot instead, it’s the same number of characters and wouldn’t require a major parser overhaul to support keywords with a ’ in the name.
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 . . .
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.
And Perl
And my axe!
Yeah, to be clear, I don’t like it, I don’t like it one bit:-P.