Slashdot Mirror


User: alfredbaudisch

alfredbaudisch's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Stupid on PHP Gets Namespace Separators, With a Twist · · Score: 1

    Actually it is a mix, but without the "true" objects of Java, as you can still program procedural or oop. And as we already use "::", extending to Namespaces would be the better other than a stupid "\", fitting with C++.

  2. Stupid on PHP Gets Namespace Separators, With a Twist · · Score: 1

    Well, I program in PHP for almost 9 to 10 years, I did the full programming from small to huge projects and now I can say I am getting ashamed of PHP day by day. And WTF? Even for me, with experience, \ is pretty ugly and stupid. As someone already pointed this is the global scaping character, which even PHP uses. Why not :: ? PHP is already a mix of C, C++ and Java, :: would mix like candies.