Meme transcription:

Panel 1: Bilbo Baggins ponders, “After all… why should I care about the difference between int and String?

Panel 2: Bilbo Baggins is revealed to be an API developer. He continues, “JSON is always String, anyways…”

  • xthexder@l.sw0.com
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 days ago

    Well, you’re right. I wasn’t getting it, but I’ve also never seen any piece of software that would treat a single leading zero as octal. That’s just a recipe for disaster, and it should use 0o116 to be unambiguous

    (I am a software engineer, but was assuming you meant it was hardcoded to parse as octal, not some weird auto-detect)