Is D really that bad?
Walter Bright
newshound2 at digitalmars.com
Fri Nov 4 01:13:13 UTC 2022
On 11/2/2022 9:54 PM, Max Samukha wrote:
> The millions of lemmings might be right in this case. There seems to be no good
> reason to think module-level is superior to class-level. It is definitely
> surprising and annoying to a lot of programmers coming from class-based OOP
> languages.
The biggest class based language (Java) does not allow more than one class in a
module, so the issue is moot.
Therefore, when writing code in Java-style, this won't be an issue, either.
More information about the Digitalmars-d
mailing list