- dev recruitment is hard.
- dev retention is hard.
- hard to find people that write clean, modern, performant PHP
- it is PHP, with everything that it entails. It does not enjoy the best reputation as a language.
11–20 of 112 posts
- dev recruitment is hard.
- dev retention is hard.
- hard to find people that write clean, modern, performant PHP
- it is PHP, with everything that it entails. It does not enjoy the best reputation as a language.
I do not think PHP is a good language to use in a project. - dev recruitment is hard. - dev retention is hard. - hard to find people that write clean, modern, performant PHP - it is PHP, with everything that it entails. It does not enjoy the best reputation as a language.
What does PHP entail??
I do not think PHP is a good language to use in a project. - dev recruitment is hard. - dev retention is hard. - hard to find people that write clean, modern, performant PHP - it is PHP, with everything that it entails. It does not enjoy the best reputation as a language.
None of your list says anything about the language. It says more about the companies hiring. What does PHP entail??
And those languages are pretty popular compared to others.
The programming language you use is a important factor when it comes to scaling your team (and your product, and your business).
I do not want to start a bikeshedding holy war. The reference implementation of PHP is pretty inferior to that of other scripting languages such as Ruby, Python, Julia and Node. There are other implementations that are better but come at a compatibility cost.
I do not think PHP is a good language to use in a project. - dev recruitment is hard. - dev retention is hard. - hard to find people that write clean, modern, performant PHP - it is PHP, with everything that it entails. It does not enjoy the best reputation as a language.
I am not a developer, but I use PHP a lot for scripting and personal automation including small web apps with SQL backend. I found PHP 7 to be a great improvement over 5.x, but with 8 I skipped every single new thing they brought. I can use PHP 8.1 in PHP 7.4 compatibility mode, but I find the features in 8.1 making the language less readable and less logic; for example, 3 dots become part of the language syntax? Wha…
Earlier quoted context omitted.
None of your list says anything about the language. It says more about the companies hiring. What does PHP entail??
Erlang, Haskell and OCaml are excelent languages. But good luck assembling a team that can use those languages. e.g.: 30 developers in 1 year. And those languages are pretty popular compared to others. The programming language you use is a important factor when it comes to scaling your team (and your product, and your business). I do not want to start a bikeshedding holy war. The reference implementation of PHP is pr…
I do not think PHP is a good language to use in a project. - dev recruitment is hard. - dev retention is hard. - hard to find people that write clean, modern, performant PHP - it is PHP, with everything that it entails. It does not enjoy the best reputation as a language.
Many PHP projects are successful. WordPress, Nextcloud, Wikipedia, Facebook...
Something about it must be right.
What finally convinced me is the Go package system. I like that Go has a builtin package manager, while I dont think PHP does. I know about Composer, I just wonder. After all these years, why hasnt PHP incorporated a builtin package manager?
I recently killed all my PHP code in favor of Go. What finally convinced me is the Go package system. I like that Go has a builtin package manager, while I dont think PHP does. I know about Composer, I just wonder. After all these years, why hasnt PHP incorporated a builtin package manager?
So let me ask, what problem does composer have that you hope to see a builtin package manager solve (at the cost of losing its own dedicated team) ?