Slashdot Mirror


User: xceinstein

xceinstein's activity in the archive.

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

Comments · 2

  1. Re:Why PHP -- WHY!?!? on PHP Gets Namespace Separators, With a Twist · · Score: 1

    I agree wholeheartedly with indentation! I even do the block identifiers around single statements within a control block just to keep everything consistent. I still like the identifiers -- guess I am old school. I grew up on Pascal, which is VERY structured and probably explains my desire to have the identifiers. I see where you are coming from though, probably just takes some getting used to. As far as the mod_wxjs, have you ever used it?

  2. Why PHP -- WHY!?!? on PHP Gets Namespace Separators, With a Twist · · Score: 1

    I have been a PHP developer since the 3.0 days, and I really like PHP. But the people making the decisions and Zend now are making the wrong ones! How am I supposed to promote my language with idiotic syntax like this? As much as I wanted namespaces, I don't think I will use them now. The syntax is just dumb and confusing -- not that PHP source code is all that "pretty" anyway! Maybe I should go back to a real programming language like Java, C# or ObjC -- *sigh*. Too bad they don't make a mod_ecmascript. I kinda like the Javascript syntax. For python people -- I HATE, HATE, HATE the fact that there are no opening and closing indicators for control blocks! -- maybe it is something you get used to.