4
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 04 Jul 2023
4 points (100.0% liked)
/kbin meta
2 readers
1 users here now
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
founded 1 year ago
Of course PHP is still a relevant language today. It's actively developed and there are several very high profile sites that use PHP, including Facebook, Wikipedia and Wordpress. If Ernest knows PHP well, there's no reason for him not to use it. Developer familiarity trumps language trendiness every time.
Ok good to know. I thought it was kinda a legacy support language. Is it a good developer experience? A lot of languages still in use, like Java, I’d never personally touch with a ten foot pole, and are down trending. So that was more my question: do people still like PHP and is it worth starting a new project with in 2023. Why not use a more popular framework like Node?
It's like a very comfortable pair of slippers at this point. On PHP8 and with a decent framework (optional) like Symfony (kbin uses that) or Laravel (opinionated, but puts the R in RAD) I can knock well tested code out far faster than I can with anything else.
I also like a bit of Go or Node but I'm always drawn back to PHP.
Developer familiarity is a huge pro, of course. But language trendiness is important, too. You can try to code in an obscure language that nobody knows, but you won't get many useful libraries and frameworks and tools there. You can code in a language that once was popular and has most of the libraries you'll need, but it will be hard to find other developers to hire or, like here, voluntarily engage in your project.
PHP is still popular enough that these won't really be problems here, but there sure are cases where developer familiarity won't beat language trendiness because it will result in much more work or much less helpers.