I enjoyed PHP. I enjoyed Ruby. If I was to do a complex project that would require a lot of integration with external services, I would want a good OOP language like python or ruby. There are something PHP does nicely than Ruby does. Visa versa. However in all the PHP apps I have made / used, their structures started out with good intentions and then descended into pure chaos. There isn't a unified package manager fo…
PHP: the quiet powerhouse
11–20 of 140 posts
Re: PHP: the quiet powerhouse
#12PHP could be a wonderful thing if not for its original sins. It is easy and fast, but it is also bad. It is "good enough", and for many years it prevented just "good" from arising and gaining adoption.
I would pick "good" over "good enough" even if it costs me a bit because I think this is fundamentally right.
Re: PHP: the quiet powerhouse
#13I have a few nits with this post, but am mostly irked by the comparisons between PHP (a language) and Rails (a framework)
I'm just mad about the title. The post was about how PHP is quick and dirty for simple stuff. The reason all of the other web frameworks exist is because once you get past the learning curve, you can accomplish a lot in a very short span of time. If anything, they are the powerhouses, not PHP.
Re: PHP: the quiet powerhouse
#14I have a few nits with this post, but am mostly irked by the comparisons between PHP (a language) and Rails (a framework)
You're quite right that the analogy isn't perfect. The point I was trying to make, though, is precisely that PHP development can proceed without any recourse whatsoever to a framework. Jumping straight into web dev without an accompanying framework like Rails or Sinatra is a complete non-starter if you're a Rubyist. So you're quite right, but I hope you would agree that the Rails/PHP comparison, in spite of its imper…
Although that is not necessarily a bad thing.
Re: PHP: the quiet powerhouse
#159600+ generally concise words on many, but not all, of the issues with PHP. As a summary, PHP isn't "out of fashion" as much as people are tired of continuously being misled and abused by their language of choice.
Re: PHP: the quiet powerhouse
#16"Dozens of new language-specific communities have now entered the fray and brought along their legions of devotees with them, and many of those devotees see PHP as being passé. I even had the following happen to me, and this is absolutely a true story and can be verified by our VP of Operations, Richard Kotulski: I was in an elevator with O’Reilly’s very good “PHP Cookbook” in hand and an older gentleman scoffed at m…
Re: PHP: the quiet powerhouse
#17I enjoyed PHP. I enjoyed Ruby. If I was to do a complex project that would require a lot of integration with external services, I would want a good OOP language like python or ruby. There are something PHP does nicely than Ruby does. Visa versa. However in all the PHP apps I have made / used, their structures started out with good intentions and then descended into pure chaos. There isn't a unified package manager fo…
Re: PHP: the quiet powerhouse
#18I have a few nits with this post, but am mostly irked by the comparisons between PHP (a language) and Rails (a framework)
I'm just mad about the title. The post was about how PHP is quick and dirty for simple stuff. The reason all of the other web frameworks exist is because once you get past the learning curve, you can accomplish a lot in a very short span of time. If anything, they are the powerhouses, not PHP.
Perl, on the other hand...
Re: PHP: the quiet powerhouse
#19I enjoyed PHP. I enjoyed Ruby. If I was to do a complex project that would require a lot of integration with external services, I would want a good OOP language like python or ruby. There are something PHP does nicely than Ruby does. Visa versa. However in all the PHP apps I have made / used, their structures started out with good intentions and then descended into pure chaos. There isn't a unified package manager fo…