622
submitted 10 months ago by jroid8@lemmy.world to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] cerement@slrpnk.net 12 points 10 months ago* (last edited 10 months ago)

~~return a and a or b~~ → return a or b

correction from @murtaza64

[-] DmMacniel@feddit.de 5 points 10 months ago
[-] lm7@lemmy.ml 2 points 10 months ago
[-] kogasa@programming.dev 0 points 10 months ago

It's probably valid javascript that returns "-1" or the empty string depending on if "b" is undefined or null

[-] murtaza64@programming.dev 3 points 10 months ago* (last edited 10 months ago)

You don't need the and right? Can't it just be return a or b

This doesn't work if a is falsy non-null actually

[-] cerement@slrpnk.net 1 points 10 months ago

it’s just return a and b or c is the closest Lua has to a ternary operator, but yes, for the above you could shorten it to return a or b (“or returns the first argument if true, otherwise second argument is returned”)

this post was submitted on 08 Dec 2023
622 points (96.4% liked)

Programmer Humor

32271 readers
86 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS