78
Was anyone else surprised to see Kbin being written in PHP?
(lemmy.sdf.org)
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.
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.
When doing a project where those things matter - sure. But if it’s your hobby protect you can do anything
Yeah, that's fair enough, I'll agree to that.
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.