The Truth About DreamBerd #460
Replies: 11 comments 19 replies
-
glad to know dreamberd is back!! 🚀 👀 |
Beta Was this translation helpful? Give feedback.
-
What about (Side note: This returns |
Beta Was this translation helpful? Give feedback.
-
What's wrong with NaN being considered as a number type if it really is according to the IEEE 754 standard? EcmaScript employs this standard, so wouldn't it be worse if JavaScript were inconsistent in this particular part? Just interesting |
Beta Was this translation helpful? Give feedback.
-
you forgot to mention using floats as array indexes (which is implemented better in DreamBerd) this is perfectly valid JavaScript: const arr = ['hello', 'world'];
arr[0.5] = '???'; in fact you can also use negative numbers if that's what you're into, but I think we all should just stay positive |
Beta Was this translation helpful? Give feedback.
-
Wat haha |
Beta Was this translation helpful? Give feedback.
-
Can't forget that an empty array is the same as an empty string |
Beta Was this translation helpful? Give feedback.
-
Will you start up the company again if I ask nicely? |
Beta Was this translation helpful? Give feedback.
-
console.log(typeof 'JavaScript isn't that bad?' === false) |
Beta Was this translation helpful? Give feedback.
-
unrelated but did GitHub just change how the writing comments UI looks? interesting |
Beta Was this translation helpful? Give feedback.
-
Last week, we shut down the company, so there's no need to stay in character anymore.
For the first time ever, these release notes will contain no jokes, no sarcasm, and no humour of any kind. Instead, it's time to answer all the questions you ask us most. Questions like...
• Is DreamBerd a joke?
• What is DreamBerd making fun of?
• Will you accept my PR full of offensive jokes?
It's time to answer them all. No more lies! Here's the truth:
The Truth About DreamBerd
Is DreamBerd a joke?
Yes.
What is DreamBerd making fun of?
DreamBerd is making fun of JavaScript.
JavaScript is a terrible language, full of terrible design decisions. Just look at this abomination:
Yeah... You read that right. JavaScript lets you put multiple exclamation marks at the start of a line. Dreamberd mocks this by allowing you to put multiple exclamation marks at the end of the line.
That's the kind of high-level satire you can expect from DreamBerd.
Here's another one:
Yeah... You read that right. JavaScript thinks that 'not a number' is a 'number'. You probably didn't know this.
Not everyone will get these jokes. You have to be thinking quite laterally.
Will you accept my PR full of offensive jokes?
No.
Tune in next week for more DreamBerd release notes.
This discussion was created from the release The Truth About DreamBerd.
Beta Was this translation helpful? Give feedback.
All reactions