Cult I Mean Group
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Sleepzy@feddit.it to Programmer Humor@lemmy.ml · 6 months ago

Elvis

feddit.it

message-square
35
fedilink
151

Elvis

feddit.it

Sleepzy@feddit.it to Programmer Humor@lemmy.ml · 6 months ago
message-square
35
fedilink
  • AVincentInSpace@pawb.social
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 months ago

    why would you call it anything other than the ternary operator

    • dev_null@lemmy.ml
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      6 months ago

      Because it’s not one. Ternary operator is A ? B : C, Elvis operator is A ?: B. The same two characters are involved, but both the syntax and effect is different.

      • AVincentInSpace@pawb.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 months ago

        The second one isn’t valid syntax in any programming language I’m familiar with. What does it do?

        • dev_null@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          6 months ago

          It’s a shorthand for writing this:

          variable = if (input != null) input else default
          

          This is equivalent:

          variable = input ?: default
          
          • AVincentInSpace@pawb.social
            link
            fedilink
            English
            arrow-up
            2
            ·
            edit-2
            6 months ago

            Huh. Neat feature.

            • dev_null@lemmy.ml
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              6 months ago

              It’s in Kotlin and some other languages. C# has it but there it’s actually A ?? B.

    • QuazarOmega@lemy.lol
      link
      fedilink
      arrow-up
      2
      ·
      6 months ago

      Read further down on my other comment to understand, it’s just how the operator looks

Programmer Humor@lemmy.ml

programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 181 users / day
  • 605 users / week
  • 1.56K users / month
  • 10.3K users / 6 months
  • 1 local subscriber
  • 35.6K subscribers
  • 1.7K Posts
  • 34K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • cat_programmer@lemmy.ml
  • BE: 0.19.8
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org