Re: [PHP-DEV] Re: Official Preprocessor

2023-02-04 Thread someniatko
Hi, These all are valid concerns! I cannot speak about management and cost issues though, as I am not an active PHP dev team member. > 3. What's the MVP? How do we measure usefulness, adoption and maintenance > complexity? As a shot in the dark, the first step could be implementation of typed l

Re: [PHP-DEV] Re: Official Preprocessor

2023-02-02 Thread Deleu
On Thu, Feb 2, 2023, 11:22 AM someniatko wrote: > I'd like to also emphasize that the concept of compilation and static > type-checking / analysis is not foreign to the PHP community. Major > frameworks like Symfony already have a concept of compiling e.g. a DI > container, and static analyzers l

[PHP-DEV] Re: Official Preprocessor

2023-02-02 Thread someniatko
I'd like to also emphasize that the concept of compilation and static type-checking / analysis is not foreign to the PHP community. Major frameworks like Symfony already have a concept of compiling e.g. a DI container, and static analyzers like Psalm, PHPStan and others are actively used. -- PHP