Adding a new design constraint to D
Kagamin
spam at here.lot
Thu Jun 16 07:45:52 UTC 2022
On Thursday, 16 June 2022 at 00:02:41 UTC, forkit wrote:
> Sean L. Palmer : "I find that it's one of the biggest pains in
> programming, deciding what to make private, what to
> encapsulate, what to expose."
Incapsulation is overrated, so it's really a non issue, maybe
only if you treat incapsulation as a superidea, but D doesn't
honor superideas, it's a practical language.
Also memoization is a use case for varying access between
different methods of the same class. Would you address that too?
More information about the Digitalmars-d
mailing list