Re: [PHP-DEV] Re: [VOTE] Object Initializer

2019-10-07 Thread Michał Brzuchalski
Hi Marco, pon., 7 paź 2019 o 13:24 Marco Pivetta napisał(a): > Hey Michal, > > Overall, I like the idea of simplifying constructors. I downvoted the RFC > because: > > * I don't like/want co-existence of ctor and initializer > * `__set` interactions seem to also be a lot of non-trivial added >

Re: [PHP-DEV] Re: [VOTE] Object Initializer

2019-10-07 Thread Marco Pivetta
Hey Michal, Overall, I like the idea of simplifying constructors. I downvoted the RFC because: * I don't like/want co-existence of ctor and initializer * `__set` interactions seem to also be a lot of non-trivial added complexity. If this was a short-hand for a constructor replacement (exposed