On Sunday, 13 July 2025 at 00:35:42 UTC, Jonathan M Davis wrote:
And when the code is open source, if someone wants to use it,
they can always just copy it into their own code and do
whatever they want with it
Not necessarily true, part of the issue with autodecoding is that
string.front is
On Saturday, July 12, 2025 5:55:39 PM Mountain Daylight Time Ali Çehreli via
Digitalmars-d-learn wrote:
> On 7/11/25 11:36 PM, Bienlein wrote:
>
> > Unhappily class MessageBox is private and therefore cannot be reused.
>
> Ah! :) That's one more data point against 'private', that little feature
>
On 7/11/25 11:36 PM, Bienlein wrote:
> Unhappily class MessageBox is private and therefore cannot be reused.
Ah! :) That's one more data point against 'private', that little feature
that helps with nothing. I don't know what language invented it but I
wouldn't be surprised if it came to D from