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
3 months ago
197,149 views
0 shares

type-coercion-memes, string-concatenation-memes, language-differences-memes, c-memes, c#-memes | ProgrammerHumor.io
More Like This
The Semicolon Warrior
3 months ago
143.9K views
0 shares

Day 1 Of Becoming A Programming God
5 months ago
148.1K views
0 shares

The Upgrade: Microsoft's Revenge Child
4 months ago
94.7K views
0 shares

Totally Valid F Sharp Name
3 days ago
139.1K views
0 shares

Notepad Vs Visual Studio: The Ultimate Showdown
3 months ago
139.5K views
0 shares

Average PHP Developers
4 months ago
143.6K views
0 shares

Loading more content...