Remix.run Logo
LeonM 8 days ago

> I'll never forgive them for the brain fart they made of the namespace separator, though.

You mean the backslash? What's wrong with that?

kijin 7 days ago | parent | next [-]

The backslash is universally reserved as an escape character.

It was decided almost 20 years ago so I'm totally used to it and there's no point arguing about it anymore. But the decision to reuse the backslash as a namespace separator still causes inconvenience from time to time. For example, when you write PSR-4 configuration in composer.json, all the backslashes need to be doubled, including (and especially!) the trailing backslash.

account42 7 days ago | parent | prev [-]

To someone not already familiar with PHP it looks like you are trying to escape something.