General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Winnetou17
ThePrimeTime
comments
Comments by "Winnetou17" (@Winnetou17) on "PHP Doesn't Suck Anymore? | Prime Reacts" video.
@flannn6 You stopped having any credibility of actually knowing a bit of what you're saying when you wrote "browser-bound".
11
@haliszekeriyaozkok4851 What the hell are you talking about ? I can only agree with the wordpress and its (not "it's") plugin system sucking. Though it was mostly not the system itself but the vasy majority of plugins being horribly written by people who barely started to understand programming and who couldn't care less about having things well organized. But just how the system allowed crap code, it was also not stopping you writing good code. Though I also haven't checked wordpress in more than 8 years, maybe things have changed. But the rest of your complains I have no idea about. What do you mean you cannot use variables with ease ? What errror messages are ugly ? Other than getting an untranslated error from ebraic or whatever that was some 10 years ago, I never had problems with errors not being helpful. Why do you need keywords for defining variables, what does that add, other than bloating the code ? You don't need to use associative arrays WTF, you can and SHOULD use objects and interfaces whenever you need to ensure you're getting everything you asked for, in the format/types you need it. What utf-8 support is missing ? And for most web-related stuff, PHP is not slow.
10
@adriankal Yeah, composer appeared also about 10-15 years ago, and immediately made having modules a reality. That's why Symphony modules are used in all kinds of projects, not just in Symphony. PHP of 15 years ago is really different from current day. The features, security and tooling have improved drastically since then.
10
less elegant ? Can you give some examples ? I specifically like PHP because (and maybe I'm too biased) the syntax it's the best for me, makes the most sense. Not too cryptic, not too verbose, just the right amount of practical and descriptive.
3
@laughingvampire7555 ???? what are you smoking ?
1
For the async/await, couldn't that be done with Swoole ? It's an official server which can do sync, async, fiber and I think everything inbetween. Haven't used it, but it looks interesting, I can't wait to try it out.
1
@FinlayDaG33k Oh, ok.
1