[PHP-DEV] Simplify classes syntax proposal

2020-05-01 Thread Max D
Greetings, Internals! This is my first try to input the proposal, please don't be strict ) All the years with PHP I hate writing classes. The need to prefix EVERY property and method use looks horrible and writes horrible. So, the proposal: Lets introduce directive declare(simple_classes=1); Th

Re: [PHP-DEV] Simplify classes syntax proposal

2020-05-01 Thread Max D
up to now. With best regards, MaxD пт, 1 трав. 2020 о 18:02 Ben Ramsey пише: > > On May 1, 2020, at 09:44, Max D wrote: > > > > Greetings, Internals! > > > > This is my first try to input the proposal, please don't be strict ) > > > > All the years

Re: [PHP-DEV] Simplify classes syntax proposal

2020-05-01 Thread Max D
Forgot to add. As for me, poor developers experience is that I am forced to write the same 6-symbols prefix with 1 or 2 Shift-keystrokes 20-30 times per one code page - without alternatives. With best regards, MaxD пт, 1 трав. 2020 о 18:02 Ben Ramsey пише: > > On May 1, 2020, at 09:44,

Re: [PHP-DEV] Simplify classes syntax proposal

2020-05-02 Thread Max D
t; > > On Fri, 1 May 2020 at 16:45, Max D wrote: > >> Greetings, Internals! >> >> This is my first try to input the proposal, please don't be strict ) >> >> All the years with PHP I hate writing classes. The need to prefix EVERY >> property and met