I ll do you a better one. Why is Jason?
Programmer Humor
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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
Don't ask - if he told you then he'd have to kill you...
![]()
alternative scenerio:
Guy: "it turns javascript objects into texts in json format"
Soldier: "He uses javascript, shoot the poor bastard"
Alternative scenario:
Soldier B: Soldier A asked a JavaScript question instead of a software engineering question. He's not a real soldier, shoot him
Name 3 UML diagrams and 3 architectures!
“It’s ok. Just shoot me.”
TypeError: JSON.stringfy is not a function
of course MIT uses their own JSON primitives
Not sure every software engineer needs to know this. If they'd said web developer I suppose this would really be expected knowledge, but then you'd probably want to shoot them anyway.
honestly, this is used for debugging. Why not just pass the object as value to the console.log()
Not only used for debugging and also if you log a complex object, the way it gets displayed in the console is not always easy/possible to fully inspect. It will get.. truncated for lack of a better word
i've designed my own communication protocols that run directly on udp. i couldn't tell you either.
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.
I mean, the meme could've been ‘oh, it's JS, shoot me’
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)