622
you are viewing a single comment's thread
view the rest of the comments
[-] ABC123itsEASY@lemmy.world 10 points 6 months ago

Yea uh is this actually equivalent? In all of those other cases you're checking if a is null and in the last case my understanding is it is checking to see if a is falsely. In the case that a is 0, or undefined, or an empty array or any other kind of non null falsey value, then the behavior would be different.

[-] Ebber@lemmings.world 21 points 6 months ago

In C# that last one is the null propagation operator. If a is not null then a, else b.

[-] ABC123itsEASY@lemmy.world 7 points 6 months ago

Ah interesting one of those cases where this could be one of a few languages. I was reading it as JS.

[-] dukk@programming.dev 3 points 6 months ago

I thought it was TS/JS too, but the way those braces are below the if statements makes it feel more like C#.

[-] darkpanda@lemmy.ca 2 points 6 months ago
load more comments (3 replies)
this post was submitted on 08 Dec 2023
622 points (96.4% liked)

Programmer Humor

31217 readers
46 users here now

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

Rules:

founded 4 years ago
MODERATORS