Meme Monday!
Today's cover image comes from last week's thread.
DEV is an inclusive space! Humor in poor taste will be downvoted by mods.
Meme Monday!
Today's cover image comes from last week's thread.
DEV is an inclusive space! Humor in poor taste will be downvoted by mods.
For further actions, you may consider blocking this person and/or reporting abuse
Fernando -
Jagroop Singh -
Lucas Chitolina -
Dusan Petkovic -
Top comments (26)
omg
This only applies with C++.
Your majesty 👑
I am a man of evil I guess >:)
Hahahahah, I know the feeling... just add a
position
value to your element and maybe adisplay
value.A poetic mashup for someone so obsessed with the letter X
Professor X?
Lol
No one.
JavaScript:
I know I’m being the guy that overexplains the joke, but in case anyone new to JS sees this and is curious about what’s going on:
The + operator in JS can either be addition or string concatenation. JS decides based off of the types you’re trying to add together. JS may also change the type of a variable on the fly if it thinks what you’re trying to do doesn’t make sense.
These quirks can be annoying, especially starting out, but as you learn the language and understand how the dynamic typing system works, it gets easier. The important thing is to always know the types of your variables and make sure they’re explicitly typed (e.g. numbers are numbers and not strings that look like numbers) rather than relying on JS’ built-in type coercion, which can cause unexpected bugs.
I always wondered what the default IDE is...
Is that notepad? But it's not an integrated development environment right?
Intellij is the standard, but not by default installed on our computers where I work.
I think the memeis referring to any ide without any modification(like a freshly installed version)
Anything build in Rust is blazingly fast by default