Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@thmnmlst they might not actually kill you, but you should keep an eye on your machine over the next few days...
PHP 4 LYF -
I love the dynamic nature of PHP. I think the worst thing about PHP are all the kids who think they can program, but they actually write shit.
Also everybody who doesn't adhere to the standards is an idiot, because PHP doesn't enforce standards. That might be the worst thing about PHP itself -
Skipp23468y@cankarales because of legacy spaghetti code and the fact most of them think php == wordpress
-
tytho23168yThe reason I came to hate PHP was because whenever I tried to look up how to do things the "right" way, a majority of them were crap. That's the same with most languages, but I couldn't find a good group to latch into that had 100% best practices in mind (at the time). That and most of my mentors had moved onto Node, Go, and Elixir by the time more modern PHP versions came out.
It also bugs me how PHP is run with Apache. I don't mind as much with NGINX, but it's still fairly slow and hasn't been able to handle too many concurrent connections without having three or four layers of caching (at least when I was using it 3-4 years ago).
But if any of you guys know of any good sites to follow that are focused on PHP best practices (including ops related material), I'd love to give it another go. -
tytho23168y@ItsMrSammeh I've heard good things about laravel.
Oh also, is there a pure API framework that doesn't have any sort of HTML view piece? Or is opt-in with plugins? Or does laravel cover that?
I rather like the separation of API and client, but most PHP stuff that I used were all very HTML view-centric
I <3 PHP
there, I said it.
undefined