It’s amazing how much progress has been made. Great job everyone!
Best posts made by PhantomSTi
-
RE: One Equal Temper of Heroic Hearts - Feathercoin Weekly News #22
-
RE: [Kickstart] Pool mediated exchange - General Idea
[quote name=“Kevlar” post=“35098” timestamp=“1384909955”]
== is useless. It’s not transitive. “foo” == TRUE…
[/quote]Yeah, I’m well aware of that article that you mention. [url=http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design.]http://me.veekun.com/blog/2012/04/09/php-a-fractal-of-bad-design.[/url] However, I’m also aware of the debunking of such article. [url=https://news.ycombinator.com/item?id=4177516]https://news.ycombinator.com/item?id=4177516[/url]
While generally I would agree with you that PHP is a whacky language at times, I’ve used it for a good 10 years and it always boils down to a few things personally for me. I’m extremely comfortable with it, I’m able to rapidly prototype, and there’s a huge community.
I guess you could say PHP is my weapon of choice to get the job done. I think like with anything, there needs to be a good attack plan on how to execute a well thought out application which to me means (if choosing PHP) selecting a good framework (CodeIgniter, FuelPHP, Laravel), a database (MySQL, Mongo), server (Apache, Lighttpd, Nginx) and a well thought out roadmap for the future. I also like a lot of the developments that Facebook has done with HipHop VM [url=http://www.hiphop-php.com/blog]http://www.hiphop-php.com/blog.[/url]
I do however, respect your opinion. Thanks for your input.