Article URL: https://bulletproofphp.dev/yes-php-is-worth-using Comments URL: https://news.ycombinator.com/item?id=29260242 Points: 40
Comments: 38
Établi
3y
|
18 nov. 2021 à 04:20:06
Connectez-vous pour ajouter un commentaire
Autres messages de ce groupe
Article URL: https://www.bmj.com/content/387/bmj-2024-081814
Article URL: https://blog.daviddodda.com/how-i-automated-my-job-application-process-part-1
Commen
I am seeing many anecdotal experiences shared online on various platforms stating that it is difficult to find employment in tech. I myself have had a difficult time landing an interview over the
Article URL: https://btiffin.users.sourceforge.net/up/unicon.html
3y | 16 déc. 2021 à 12:49:21
This is true at least in 2021. PHP is evolving, going with more strict data types (method return types, variable types), lot of new language constructs like implicit constructor parameters, spread operator ... but it is still interpreted language. For small to medium projects (like 10k - 600k LOC) with tens of millions visits per month it could be easily primary language.
Just my 2 cents, better starts with PHP, because you can relatively fast see some results instead of starting new project with RUST / Go / Crystal / Elixir or whatever is currently in hype and you are not sure if selected language have all requirements you need in your project.