Quote:
|
Despite its popularity, PHP is considered by the programming elite, almost without exception, as one of the worst languages currently in use today.
|
This is just nonsense. It should say:
Quote:
|
Despite its popularity, PHP is considered by a minority of programming elitists, as one of the worst languages currently in use today.
|
The explanation as to why PHP is 'one of the worst languages' seems to be missing from the article.
Quote:
|
The term “good PHP programmer” is considered an oxymoron
|
Being a good programmer has almost nothing to do with the language you code in.
In my opinion, any stigma associated with PHP is a result of its popularity. When someone wants to learn how to write server side code the majority of them will try to learn PHP. Partially because it is popular, but also because it is less strict than some other languages and easier to jump into. Next thing you know they are passing around their code and selling their 'services'.
This isn't PHP's fault, if RoR or .NET was the most popular platform out there the same thing would happen.
I'm not saying PHP doesn't have its disadvantages, only that the people this article refers to need to get off of their high horse and realize that the majority of the time, if a PHP script isn't cutting it, its because of the person who wrote it, not the language.
Last edited by NullPointer; 10-30-2010 at 04:45 AM..
|