this post was submitted on 12 Aug 2026
703 points (97.1% liked)

Programmer Humor

32813 readers
613 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] lime@feddit.nu 57 points 5 days ago (24 children)

i've designed my own communication protocols that run directly on udp. i couldn't tell you either.

[–] MalReynolds@slrpnk.net 15 points 5 days ago (9 children)

Ima guess it's javascript-ese to turn a json object into a string, perhaps for serialization. But no clue, coding for decades but always hated js, I guess my way through with a linter and IDE when I absolutely, positively, cannot find an alternative, which seldom happens.

[–] sukhmel@programming.dev 22 points 5 days ago (1 children)

I mean, the meme could've been ‘oh, it's JS, shoot me’

[–] anomnom@sh.itjust.works 5 points 4 days ago (2 children)

Before yaml, I used json with Ruby it was way nicer to read than xml config files ( but way before that I started using it with PHP and Actionscript)

[–] jaybone@lemmy.zip 8 points 4 days ago (1 children)

Yeah you don’t have to be using JavaScript to use json. Yes I know it’s part of the name, but it’s just an object notation which is the other part of the name, and this has become widely accepted for use in nearly all popular languages and frameworks.

[–] sukhmel@programming.dev 1 points 4 days ago (2 children)

Are there any other languages that would also have Json.Stringify? I only read JS sometimes and never write those, so I may be wrong about that.

JSON itself is fine, yeah

[–] jaybone@lemmy.zip 2 points 4 days ago (1 children)

To add to other replies, I think there are some Java libraries that use this method name, or close to it. It’s so common that the term is well recognized on its own, regardless of the exact method names in whatever library or language.

[–] sukhmel@programming.dev 1 points 4 days ago

It is recognisable, with that I agree

[–] DaleGribble88@programming.dev 2 points 4 days ago

Python has a popular library called "Flask" that uses stringify(). Although, python has an implementation in its standard library called jason.dumps()

[–] DaleGribble88@programming.dev 0 points 4 days ago (1 children)

Holy cow! I don't think I've ever met another developer who actually admits to using action script back in the day. Greetings fellow old person!

[–] anomnom@sh.itjust.works 1 points 4 days ago

Yup pre iPhone front end development was all over the place. I actually started with Macromedia flash when it was still just a few actions. I think 1998-99 was the first time I used it. AS3 was a neat language though, I still kinda miss it now and then.

load more comments (7 replies)
load more comments (21 replies)