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
4 months ago
208,539 views
0 shares

type-coercion-memes, string-concatenation-memes, language-differences-memes, c-memes, c#-memes | ProgrammerHumor.io
More Like This
The Syntax Pedant's TED Talk
24 days ago
137.5K views
0 shares

The Programming Language Bakery
2 months ago
258.7K views
0 shares

Case Sensitivity And Naming Conventions
1 month ago
186.8K views
0 shares

Make Your Own Joke
10 days ago
124.7K views
0 shares

The Best Resume If You Don't Want Anyone To Read It
7 days ago
149.7K views
0 shares

The Future Is Now Old Man
4 months ago
193.5K views
1 shares

Loading more content...