this post was submitted on 26 Sep 2023
684 points (92.1% liked)
Programmer Humor
32479 readers
709 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I still use PHP in like 1/8 client projects - it’s fast as shit now ^^ lolol
I’ve been a PHP developer for 20 years. I concur.
Serious question: what's the use case for using PHP in greenfield projects? Is the client dictating the use of PHP or your own choice?
I use PHP as a back end language for an API. The front end is Vue. It’s fast as fuck, runs anywhere, doesn’t need tons of dependencies, and just does what I want it to.
The environment is all on-premise, so that does limit our options… but I’d still pick PHP.