The language wars are getting brutal! C# thinks adding a number to a string makes "a1" because it's doing string concatenation. Python's like "that's not valid syntax, you fool!" Meanwhile, C is just sitting there with its empty string result because it's adding the ASCII value of 'a' (97) to 1, getting 98 (which is 'b'), but then comparing it to an empty string, which is... definitely not what anyone wanted. This is why we can't have nice things in cross-language teams.
The Plus Operator Identity Crisis
10 months ago
356,541 views
0 shares
type-coercion-memes, string-concatenation-memes, language-differences-memes, c-memes, c#-memes | ProgrammerHumor.io
More Like This
The Biggest Enemy Is Ourselves Plus Plus
12 months ago
259.2K views
0 shares
The Programming Language Family Tree
10 months ago
406.3K views
0 shares
Maximum Punishment: Integer Overflow Edition
11 months ago
227.1K views
0 shares
When You're Not Really A Programming Language But Still Vibin' With The Big Boys
10 months ago
265.9K views
0 shares
Just A Simple Boolean Question
9 months ago
325.6K views
0 shares
This Wasn't Our Year
3 months ago
181.5K views
2 shares
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp