logoalt Hacker News

jack_ppyesterday at 2:43 AM6 repliesview on HN

what in God's Name could you do in PHP that you can't do in a modern framework?


Replies

tbossanovayesterday at 3:40 AM

Nothing; but PHP, in experienced hands, will be waaay more productive for small-to-medium things. One issue is that experienced hands are increasingly hard to come by. Truly big, complicated things, built by large teams or numbers of teams, teams with a lot of average brains or AIs trained on average brains, will be better off in something like Typescript/React. And everyone wants to work on the big complicated stuff. So the "modern frameworks" will continue to dominate while smaller, more niche shops will wonder why they waste their time.

show 2 replies
mewpmewp2yesterday at 2:45 AM

You can build those things in modern frameworks, it will just be more headache and will feel outdated in 6 months.

show 2 replies
tjoffyesterday at 7:59 AM

Making instant loading and user respecting sites.

azangruyesterday at 12:12 PM

Could you give examples of the modern frameworks that you have in mind?

dheerayesterday at 3:45 AM

Not have to "build" anything. You edit code and it is already deployed on your dev instance.

Deploying to production is just scp -rv * production:/var/www/

Beautifully simple. No npm build crap.

show 1 reply
baqyesterday at 9:59 AM

Don’t confuse php the language with php the way of webmaster 2006 vintage.

show 1 reply