Stop-saying-PHP-is-dead
medium.com
Stop-saying-PHP-is-dead
1–10 of 36 posts
Re: Stop-saying-PHP-is-dead
#2But hey, I’ve been doing it for a while to, so how can I learn to write more beautiful php? And do you only use it for backend since you said “we don’t do php in html anymore”?
Re: Stop-saying-PHP-is-dead
#3Re: Stop-saying-PHP-is-dead
#4PHP for web is great but you'll still want to use another technology for real time functionality, such as: Elixir/Phoenix, nodejs, Go, Java.
Re: Stop-saying-PHP-is-dead
#5PHP for web is great but you'll still want to use another technology for real time functionality, such as: Elixir/Phoenix, nodejs, Go, Java.
I really actually like PHP in a lot of contexts (and think I could make a better case for it than the author), but on the project I'm working on now, we recently got hit with the real time requirements and I'm feeling some regrets that I didn't pick Elixir+Phoenix to start with.
If I didn't have a team to deal with a large Elixir codebase (a common issue), I'd glue PHP and BEAM together anyway, even going as far as to pass along the "meat and potatoes" backend work to PHP even for socket interactions (or in some asynchronous way, as needed). In that scenario, the Elixir sockets frontend could be fairly minimal, both in terms of codebase and DB interactions, and would possibly not need a lot of code changes over time.
Re: Stop-saying-PHP-is-dead
#6Re: Stop-saying-PHP-is-dead
#7Re: Stop-saying-PHP-is-dead
#8Re: Stop-saying-PHP-is-dead
#9I mostly heard, yeah it’s not great but I’ve been doing it for so long.. But hey, I’ve been doing it for a while to, so how can I learn to write more beautiful php? And do you only use it for backend since you said “we don’t do php in html anymore”?
Re: Stop-saying-PHP-is-dead
#10Also arguing that choosing a language based on ugliness is a stupid idea is a stupid idea on itself. Quality of life during development is not an insignificant thing. The resulting project will suffer greatly if the chosen language makes me want to tear my hair out.