this post was submitted on 16 Jun 2023
78 points (100.0% liked)

Programming

13354 readers
1 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
 

I don't know if it's due to over-exposure to programming memes but I certainly believed that no one was starting new PHP projects in 2023 (or 2020, or 2018, or 2012...). I was under the impression we only still discussed it at all because WordPress is still around.

Would a PHP evangelist like to disabuse me of my notions and make an argument for using PHP for projects such as Kbin in this day and age?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

Let's try not to insult other people’s preferences.

[–] [email protected] 2 points 1 year ago (1 children)

In a way though he's right, picking a language because it is "cool" is the wrong reason to pick a language. You should be looking at other things like performance, scalability, security, functionality and see if those facets align with the requirements for your project.

[–] [email protected] 2 points 1 year ago (1 children)

When doing a project where those things matter - sure. But if it’s your hobby protect you can do anything

[–] [email protected] 1 points 1 year ago (1 children)

Yeah, that's fair enough, I'll agree to that.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I think the challenge arises when your hobby project gets funding and thousands of people start using it... But at that point the codebase is likely locked into many previously made decisions. Locked in as in - it would take too much effort to change it.