|
|
|
|
|
by inthewind
4688 days ago
|
|
The thing that irritates me the most with Php, is not being able to quickly jump around the code from class to class without some hack. While magic autoloaders are great my IDE/text editor isn't smart enough to know how to do this. You could probably write some code to help in this respect for your editor or use some other tools. It ultimately ends up that I want to hold too much of the project in my head, which is a brain muck. I personally recommend Python over Php to newcomers because I think it's an easier language to understand and get going with. |
|