Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
coditect2667y@Voxera There were plenty of experiments and demonstrations. It’s not that he was being obstinate; he was trying to understand what I was telling him but just didn’t get it.
-
Darmark9067yLesson: After decades of coding we forget the basics like logical operator.
My guess: Your next argument session will be about ternary operator.
Related Rants
-
practiseSafeHex31Good Morning!, its time for practiseSafeHex's most incompetent co-worker! Todays contestant is a very special...
-
practiseSafeHex11wk87 is a dangerous topic for me, i've been through a lot. I apologise for what I am about to inflict on this ...
-
practiseSafeHex20Its Friday, you all know what that means! ... Its results day for practiseSafeHex's most incompetent co-worker...
I’m working with a “senior” developer with a full decade more experience than me who didn’t know that short-circuit evaluation works differently for OR than it does for AND. He argued with me for a good hour and a half that in the expression (a || b), b would never be evaluated if a is false — and that this couldn’t possibly be the source of the bug he was trying to fix.
🙄
rant
wk87