Re: [PHP-DEV] [VOTE] Interface Default Methods

2023-07-13 Thread Wendell Adriel
>> I want to pitch in, agreeing with Larry's message here. >> >> - There are multiple real life use cases where the combo trait/interface >> could be replaced by interface default methods >> - Several modern language apply the technique in one form or another, so >> it's already proven to be valuab

Re: [PHP-DEV] RFC Proposal - Types for Inline Variables

2023-02-08 Thread Wendell Adriel
g like array is going to be interpreted behind the scenes. *---* *Best Regards,* *Wendell Adriel.* *Software Engineer **| Investor | Amateur Photographer | Musician | INFP* *https://wendelladriel.com <https://wendelladriel.com>*

Re: [PHP-DEV] RFC Proposal - Types for Inline Variables

2023-02-08 Thread Wendell Adriel
st Regards,* *Wendell Adriel.* *Software Engineer **| Investor | Amateur Photographer | Musician | INFP* *https://wendelladriel.com <https://wendelladriel.com>* Em qua., 8 de fev. de 2023 às 15:54, Alexandru Pătrănescu < dreal...@gmail.com> escreveu: > On Tue, Feb 7, 2023 at 1

Re: [PHP-DEV] RFC Proposal - Types for Inline Variables

2023-02-08 Thread Wendell Adriel
the RFC process since I'm a beginner and this seems to be way more complex than I first thought. Is there anyone that wants to work with me on the RFC proposal and the implementation if this should proceed? Thanks in advance. Have an amazing day everyone. *---* *Best Regards,* *Wendel

Re: [PHP-DEV] RFC Proposal - Types for Inline Variables

2023-02-07 Thread Wendell Adriel
anges we for example make use of the declare(strict_types=1) to enforce this if this would means in less breaking changes. --- Best Regards, Wendell Adriel. Software Engineer | Investor | Amateur Photographer | Musician | INFP​ https://wendelladriel.com On Tue, 07 Feb 2023 08:

[PHP-DEV] RFC Proposal - Types for Inline Variables

2023-02-06 Thread Wendell Adriel
Hello everyone. My name is Wendell Adriel, I work with PHP since 2009 and these last couple of days I was thinking that we have made HUGE progress with types on PHP so far. We can add types in a lot of places, but we still don't have a way to add types to inline variables. The Idea