If not pizza and not fart: pass
Comment on if statement == false
Hoimo@ani.social 10 months agoSo in programming, you’d write ‘if’ as:
not pizza or fart
where the farting is irrelevant until the pizza is involved.
While ‘iff’ would be:
pizza equals fart
where pizza means fart and no pizza means no fart.
I actually wrote iff as (not pizza and not fart) or (pizza and fart)
before, and I’m pretty sure that’s the way I wrote an iff in production code in the past, but your comment made me realize that “they should be true at the same time” can be tested really easily with equality.
captain_aggravated@sh.itjust.works 10 months ago
problematicPanther@lemmy.world 10 months ago
If pizza then fart else !fart
Venator@lemmy.nz 10 months ago
I don’t love the pizza fart variable naming convention, but it’s better than foobar and I don’t have a better suggestion 😅