this post was submitted on 16 Jun 2023
76 points (100.0% liked)
Programming
13361 readers
6 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
In my opinion, only the most elite (in all the wrong ways) people care how you build your app.
PHP has flaws, sure[1]. But unless you are working on the app itself (or again, you are horribly elitist) it does not matter.
What matters is that the app is good. If the app is good, it doesn't matter that its done in PHP, what matters is that it works.
EDIT: I guess it also matters if you're selfhosting the app.
[1] I think PHP is overhated. As a stateless language it lacks a lot of complex features (and thus, admittedly, might be questionable for a project as large and complex as kbin), it has some questionable design decisions, but it's really not as bad as people make it out to be.