Most things people perceive to be problems about PHP aren't, in practice, problems to those busy using it. :-)
The biggest problem with PHP is that too many medoicre (or just plain bad) programmers are using it.
Wade.
That's a rather negative viewpoint.
Most things people perceive to be problems about PHP aren't, in practice, problems to those busy using it. :-)
The biggest problem with PHP is that too many medoicre (or just plain bad) programmers are using it. Wade. Q:Is it proper to eat cheeseburgers with your fingers? A:No, the fingers should be eaten separately. |
|
s/PHP/any programming language
--
Drew |
|
Well, yes.
It's just that for some it's more of a problem. Plus the fact that PHP gets picked on.
Wade. Q:Is it proper to eat cheeseburgers with your fingers? A:No, the fingers should be eaten separately. |
|
There's a line I remember from back before PHP won*
The biggest problem with PHP is it's easy enough for any old idiot to use it. The really brainless ones can't even do a "Hello World" in c.
* And yes, it won. WordPress and Facebook. --
Drew |
|
Indeed.
http://stackoverflow...ble/316061#316061
Basically, one of the greatest advantages of PHP is that it doesn't force you into a framework. Unfortunately, one of the greatest disadvantages of PHP is that it doesn't force you into a framework. :-/ Wade. Q:Is it proper to eat cheeseburgers with your fingers? A:No, the fingers should be eaten separately. |
|
And you can be in and out of a framework at the same time
WordPress is one gigantic framework. If you want to write something small and self-contained within it, you still can. You probably shouldn't, but it's possible.
--
Drew |