Why do developer's think PHP is an easy language ?
Why is it assumed that person with no CS background can learn PHP easily ?
|
|
|
||||||||
|
closed as subjective and argumentative by Michael Petrotta, Tim Sylvester, Mark Rushakoff, cletus, Ether Oct 27 at 1:03 |
|
|
1) Because it is 2) Because they can Learning to use any language well is a different story of course. There are literally thousands of start learning PHP pages out on the web. It makes it super easy to jump in and do php, especially since so many hosting environments come with a PHP installation that just works. |
||
|
|
|
Aside from the language itself, it's super easy to deploy PHP applications. PHP in comparison to Rails for example (in the days before mod_rails) is a walk in the park to get going. |
||
|
|
|
|
I think it is because it is less structured. Compare the Hello World example programs of PHP to other languages such as C#, Java, C, C++, Eiffel (although the Hello World examples of languages like Perl and Python and Ruby are probably as simple as PHP - PHP probably got as popular as it is by being in the right place at the right time). PHP lets you get away with not needing to declare things until you want them. Types are not really an issue, as a variable can appear to be whatever type you need it to be. These things, I think, make the language easy to get into (initially), but if you're sloppy, they also give you lots of rope to hang yourself. |
||
|
|
|
|
** these things are true even though those things do not mean that anyone can do good code there ** |
||
|
|
