Is defining get/set methods for every field overkill?

Andrey Zherikov andrey.zherikov at gmail.com
Sat Nov 19 09:26:49 UTC 2022


On Saturday, 19 November 2022 at 09:12:26 UTC, thebluepandabear 
wrote:
> That's the point many people have given here which is not 
> convincing him, even though it is quite great.
>
> I think we all know the answer here 😂

IMHO you are both right :)
You are speaking about API compatibility, `[]() {}()` speaks 
about ABI compatibility. The latter makes sense in long-running 
production software. So we know that there are no issues in API 
compatibility but we don't know anything about ABI.


More information about the Digitalmars-d-learn mailing list