Hi Stephen,

śr., 8 lip 2020 o 07:09 Stephen Reay <php-li...@koalephant.com> napisał(a):

> ...
> IMO (and I know it’s not universal) acronyms should remain upper case.
> Camel case is about upper casing the first letter of each word. The letters
> of an acronym are all the first letters of words, thus DOM not Dom, etc.
>

It doesn't really matter much though, since core symbols are already known
on runtime so symbol resolution works by case insensitive manner.
So it's only a matter of preference on documentation side.

namespace Foo\Bar {
    class BaZ {}
}
namespace {
    var_dump(new foo\bar\baz());
}

Cheers,
--
Michał Marcin Brzuchalski

Reply via email to