this post was submitted on 12 Aug 2026
286 points (97.4% liked)

Programmer Humor

32739 readers
1329 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
[–] MalReynolds@slrpnk.net 9 points 2 hours ago (1 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 14 points 2 hours ago (1 children)

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

[–] anomnom@sh.itjust.works 3 points 39 minutes ago

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)