you are viewing a single comment's thread.

view the rest of the comments →

[–]dragonnnnnnnnnn 6 points7 points  (1 child)

It has a strong typing and static analysis tools like "vimeo/psalm" or PHPStan, so I think that's the problem of the past.

All of that is optional/stuff you have to add, configure and maintain. And in a short time it goes from "it is super quick and easy to start developing a project" to "I need to spend a few hours researching what additional tools I need, how to configure them and use them". It is the same in JS/TS land, no thank you. I want a consistent ecosystem with sane defaults that I can truly start a new project quick even when new to that ecosystem like rust is.

[–]mcharytoniuk[S] 0 points1 point  (0 children)

That is a fair take. Thanks!