Re: [PHP-DEV] Add interface implementation to class in separate file

2020-09-16 Thread Olle Härstedt
2020-09-16 3:30 GMT, Mike Schinkel : > > >> On Sep 13, 2020, at 3:49 PM, Olle Härstedt >> wrote: >> >> 2020-09-13 17:58 GMT, Benjamin Eberlei > >: >>> On Sat, Sep 12, 2020 at 10:23 PM Olle Härstedt >>> wrote: >>> Hi internals! Separation of data and beha

Re: [PHP-DEV] Add interface implementation to class in separate file

2020-09-15 Thread Mike Schinkel
> On Sep 13, 2020, at 3:49 PM, Olle Härstedt wrote: > > 2020-09-13 17:58 GMT, Benjamin Eberlei >: >> On Sat, Sep 12, 2020 at 10:23 PM Olle Härstedt >> wrote: >> >>> Hi internals! >>> >>> Separation of data and behaviour is both a fun and hard discussion, >>> espe

Re: [PHP-DEV] Add interface implementation to class in separate file

2020-09-13 Thread Olle Härstedt
2020-09-13 17:58 GMT, Benjamin Eberlei : > On Sat, Sep 12, 2020 at 10:23 PM Olle Härstedt > wrote: > >> Hi internals! >> >> Separation of data and behaviour is both a fun and hard discussion, >> especially considering: >> >> * "It should be possible to add new features without touching old code";

Re: [PHP-DEV] Add interface implementation to class in separate file

2020-09-13 Thread Benjamin Eberlei
On Sat, Sep 12, 2020 at 10:23 PM Olle Härstedt wrote: > Hi internals! > > Separation of data and behaviour is both a fun and hard discussion, > especially considering: > > * "It should be possible to add new features without touching old code"; > and > * "Principle of Least Privilege" (never expo