Hey:
On Tue, Sep 8, 2015 at 9:23 AM, Ryan Pallas wrote:
>
> On Mon, Sep 7, 2015 at 7:11 PM, Xinchen Hui wrote:
>>
>>
>>
>> Sent from my iPhone
>>
>> > On Sep 8, 2015, at 02:09, Andrea Faulds wrote:
>> >
>> > Hi Stas,
>> >
>> > Stanislav Malyshev wrote:
>> >>
>> >> Private and protected methods
On Mon, Sep 7, 2015 at 7:11 PM, Xinchen Hui wrote:
>
>
> Sent from my iPhone
>
> > On Sep 8, 2015, at 02:09, Andrea Faulds wrote:
> >
> > Hi Stas,
> >
> > Stanislav Malyshev wrote:
> >>
> >> Private and protected methods and properties are private for a reason -
> >> they may be radically change
Sent from my iPhone
> On Sep 8, 2015, at 02:09, Andrea Faulds wrote:
>
> Hi Stas,
>
> Stanislav Malyshev wrote:
>>
>> Private and protected methods and properties are private for a reason -
>> they may be radically changed or gone when the code is changing, and
>> thus external code should n
Hi Stas,
Stanislav Malyshev wrote:
Private and protected methods and properties are private for a reason -
they may be radically changed or gone when the code is changing, and
thus external code should not rely on them, and the way to ensure it is
to deny that code access to them. However, I ha