OT: Short review of an unself "paper" Re: D Language Foundation Weekly Planning Session Update
Theo
Theo at gmail.com
Sun May 21 23:41:24 UTC 2023
On Sunday, 21 May 2023 at 23:31:45 UTC, Theo wrote:
> On Sunday, 21 May 2023 at 23:24:50 UTC, Theo wrote:
>>
>> ....
>> The current D leaders (and many in these forums) just wanted
>> to focus on obstruction, and ensuring that the idea could not
>> be propagated in these forums.
>>
>
>
> https://youtu.be/G6b62HmsO6M?t=1600
and btw. I've never supported the idea the private should be
changed (as this video suggests).
private should NOT be changed.
private(this) should be added.
Then I won't have to use so many modules....
I want my Ship module to contain my ships, and the unittests as
well, while ensuring private parts remain private.
To ensure they remain private, at the moment, i have to put ever
ship in it own class.
Then, I need yet another module for unittests.
n.. number of modules are now required - just because there is no
'private(this)'.
More information about the Digitalmars-d
mailing list