PHP is worth learning and using
31–40 of 468 posts
Re: PHP is worth learning and using
#32This seems like a false dichotomy. Is php totally worthless in 2021. Absolutely not. Is php the best language to spend your limited time learning in 2021? Almost definitely absolutely not as well.
Re: PHP is worth learning and using
#33PHP is an ok language for web frameworks. But for most other things, it is a poor fit. There’s a reason why people are generally not doing scientific computing, machine learning, hardware integration, systems programming, etc. in PHP (yes, there are likely some obscure projects doing all of those, but in general, it’s not done because of limitations in the PHP runtime). If you already know PHP, you can probably have…
There's nothing platform-specific about C# and Kotlin.
Re: PHP is worth learning and using
#34I have used PHP for years. I like it too. Its tight integration with http is nice. The PHP language can be used as a templating language itself: Hello
@page
@{
var user = "root";
}
Hello @user
Re: PHP is worth learning and using
#35This seems like a false dichotomy. Is php totally worthless in 2021. Absolutely not. Is php the best language to spend your limited time learning in 2021? Almost definitely absolutely not as well.
But, what is, if not php? Do you shoot for what has had longevity, or what's rising?
The question is who's hiring/where will you work, and what will you work on? In my area, there aren't many PHP shops. So it could be Wordpress or Facebook/Meta. PHP might be long-lived, but if you have to relocate to find a PHP job, does that help? Same with e.g. COBOL, Sharepoint, etc. And to be fair, what's rising has that problem outside tech centres.
Something popular like Python is generally a "better" investment, covers more bases.
Re: PHP is worth learning and using
#36This seems like a false dichotomy. Is php totally worthless in 2021. Absolutely not. Is php the best language to spend your limited time learning in 2021? Almost definitely absolutely not as well.
But, what is, if not php? Do you shoot for what has had longevity, or what's rising?
Re: PHP is worth learning and using
#37Re: PHP is worth learning and using
#38Earlier quoted context omitted.
But, what is, if not php? Do you shoot for what has had longevity, or what's rising?
I can’t tell if you’re arguing for PHP or against COBOL. I kid, but a lot of the other languages/ecosystems people will consider investing in are at least as old and evolving right alongside PHP. Many of them with very similar evolutions.
Re: PHP is worth learning and using
#39Re: PHP is worth learning and using
#40I haven’t worked in PHP for I don’t know how many years, and I probably still have an unfair negative reaction to it. It has a strange cultural idiosyncrasy I find more limiting than anything about the language itself. But I’m happy to see it evolve and I’m happy to see it evolve alongside other technologies I work with more readily.