<p dir="ltr"></p>
<p dir="ltr">On 02 Sep 2016 07:40, "ketmar via Digitalmars-d-announce" <<a href="mailto:digitalmars-d-announce@puremagic.com">digitalmars-d-announce@puremagic.com</a>> wrote:<br>
><br>
> On Tuesday, 30 August 2016 at 23:54:45 UTC, Martin Nowak wrote:<br>
>><br>
>> Allowing access to private members has a lot of implications, e.g. breaks lots of optimizations b/c you can't know who accesses sth.<br>
><br>
><br>
> i really HATE modern trend of turning tables. am i the only one who thinks that the machine was designed to serve the human, not vice versa? yet somehow we all trying to make our machines happy now, instead of using 'em.<br>
><br>
> the most funny thing with it is that modern software is bloated, dog slow, resource hungry and barely usable. so all this "please the machine" movement is completely pointless!<br></p>
<p dir="ltr">Perhaps @system code should just completely ignore privacy? Could have a compiler option that changes the access errors into warnings?</p>
<p dir="ltr">Then make a separate tool that we can use to do assertions on that code. For example or company could have a policy that any @system code has 100% test coverage. </p>
<p dir="ltr">Just thinking it loud.</p>
<p dir="ltr">R</p>