Great video, simple and sweet. Keep up the good work.
@PHPDevelopersTV4 жыл бұрын
Thank you!
@prebenlm4 жыл бұрын
Great summary! I watched a much longer video yesterday, but I found it hard to pick up on and really understand some of the new additions, you've made it a lot more digestable. Personally I'm weak for the new str_-functions, named arguments and the nullsafe-operator. Too bad it'll take a while before I'll actually be able to use PHP 8 in my daily work By the way, the handle for your twitter account on the end of your video is wrong. I would also suggest adding a link in the video description to the text version of this video
@PHPDevelopersTV4 жыл бұрын
Thank you for the feedback and for letting us know about the wrong Twitter handle. We'll get that fixed for the next video.
@Name-lt2tz3 жыл бұрын
str_ functions you can create yourself :)
@bitsalt2 жыл бұрын
Great overview! I’m not a fan of the idea of for auto getters and setters, though.
@PHPDevelopersTV2 жыл бұрын
Thanks for the comment! Why not?
@bitsalt2 жыл бұрын
If I understood you correctly, you'd like default getters/setters on all class vars. My IDE adds getters/setters in bulk when I want them...but I don't always want them. I believe you'll have code that behaves more predictably when you only expose class vars with intention. There are often instances where a class var has no good reason to be exposed, much less set from outside. Or maybe I misunderstood you. I could appreciate PHP "managing" that in the sense that I can say, "make getters for these vars, make setter for these, make both for these"...something like that.
@koudyhoShorty4 жыл бұрын
I like how the trailing comma feels stupid and unnecessary, until you use it and get used to it. It's the best thing :D When you have too many arguments it's better to use and object as the only argument with all the options. Well at least it was until now :)
@PHPDevelopersTV4 жыл бұрын
> I like how the trailing comma feels stupid and unnecessary, until you use it and get used to it. It's the best thing :D Couldn't agree more with you! > When you have too many arguments it's better to use and object as the only argument with all the options. Well at least it was until now :) This is always a bad code smell to us and it screams for refactoring.
@MaximillianHeth4 жыл бұрын
@@PHPDevelopersTV Agreed! My rule of thumb is to use no more than 3 arguments tops.
@_vlmdr4 жыл бұрын
Thanks, this video is direct and objective
@PHPDevelopersTV4 жыл бұрын
You're welcome and thanks for the comment!
@michaelerwin87444 жыл бұрын
It feels like Dart.
@PHPDevelopersTV4 жыл бұрын
I don't get the reference but thanks for the comment!
@MaximillianHeth4 жыл бұрын
@@PHPDevelopersTV He's referring to Dart the programming language.
@Gideon9334 жыл бұрын
@@PHPDevelopersTV I am sure he is referring to the named arguments and null safety :). it definitely feels like Dart.
@michaelerwin87444 жыл бұрын
@@PHPDevelopersTV @Max Yes I was referring to the programming language. @Gideon also the Constructor Property Promotion.
@ChrisIsOutside4 жыл бұрын
those simple little string_starts_with and ends_with functions will be so handy hahaha it seems so obvious i'm surprised how long it took to get here
@PHPDevelopersTV4 жыл бұрын
Us too. :-)
@ojsojs60044 жыл бұрын
PHP 8 looking awesome.
@PHPDevelopersTV4 жыл бұрын
We think so too! Thanks for watching our video!
@coinpigdev8763 жыл бұрын
great advance. thanks.
@PHPDevelopersTV3 жыл бұрын
Glad it was helpful!
@umarbabajidda96644 жыл бұрын
Smooth!
@PHPDevelopersTV4 жыл бұрын
Thanks!
@yomyomcam3 жыл бұрын
Great video!
@PHPDevelopersTV3 жыл бұрын
Glad you enjoyed it and thanks for the comment!
@dinobosilj93444 жыл бұрын
I think it's great 😀
@PHPDevelopersTV4 жыл бұрын
It is! Thanks for the watch and the comment.
@nepalitech22704 жыл бұрын
cool
@PHPDevelopersTV4 жыл бұрын
Thanks for the comment and for watching our video.