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
6 months ago
258,808 views
0 shares
type-coercion-memes, string-concatenation-memes, language-differences-memes, c-memes, c#-memes | ProgrammerHumor.io
More Like This
I Hate When Someone Does This
8 months ago
188.1K views
0 shares
Four Pillars Of OOP: Visual Edition
5 months ago
314.2K views
3 shares
Can't Believe I Pulled This Off
7 months ago
192.9K views
0 shares
The Ascension Of C-Based Languages
6 months ago
202.9K views
1 shares
Actual Estimate By Professional Game Studio
2 months ago
242.9K views
0 shares
Srsly Who Names These Laws
1 month ago
197.8K views
0 shares
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp