Case Sensitivity And Naming Conventions

Case Sensitivity And Naming Conventions
php-memes, java-memes, csharp-memes, string-manipulation-memes, function-names-memes | ProgrammerHumor.io

Ah, string manipulation in different languages - where consistency goes to die. Java's split() and C#'s Split() both follow sensible naming conventions, but then PHP comes along with explode() like that one developer who insists on naming variables after Pokémon characters. Ten years into my career and I still have to Google this function name every time I touch PHP code. It's like the language was designed by someone who thought "How can I make this as confusing as possible for people coming from literally any other language?"

More Like This