Thread: PHP or ASP.NET
View Single Post
Old 04-15-2008, 06:22 PM  
brandonstills
Confirmed User
 
brandonstills's Avatar
 
Join Date: Dec 2007
Location: Chatsworth, CA
Posts: 1,964
I haven't tried ASP before but I can tell you I don't like PHP much either. I hate having to do $ and ->.

My other gripe is having to do $this->blah(). If the function doesn't exist in the current scope then check the class you dumb fuck.

And also:

$IAmATempVariableBecausePHPSucks = functionThatReturnsValue();
echo $IAmATempVariableBecausePHPSucks[0];

Instead of:
functionThatReturnsValue()[0];

It seems like all the really cool languages don't work well because they can't be deployed easily to the web backend.
brandonstills is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote