←back to thread

123 points jonfelsar | 1 comments | | HN request time: 0s | source
Show context
ksenzee ◴[] No.45188438[source]
This is a preemptive plea for people who last wrote PHP in 2012 not to opine on what writing PHP is like in 2025. It is not a hammer with two claws. It’s a modern language with types and tooling and package management.
replies(11): >>45188723 #>>45188743 #>>45188884 #>>45188975 #>>45189013 #>>45189047 #>>45189096 #>>45189217 #>>45189290 #>>45194060 #>>45197489 #
mcflubbins ◴[] No.45188975[source]
> It’s a modern language with types and tooling and package management.

Last I used Php (v4 to v8), it had type hinting, which was fine but I think its going to become harder for newcomers to approach as there stronger and stronger types, which is what made Php so special to begin with IMHO.

replies(1): >>45189630 #
1. paulryanrogers ◴[] No.45189630[source]
Your own PHP code doesn't have to use typing. It's opt in.