Adding a new design constraint to D

Walter Bright newshound2 at digitalmars.com
Sat Jun 18 21:17:52 UTC 2022


On 6/18/2022 2:42 AM, Max Samukha wrote:
> You might have based your decisions on the feedback by the vociferous few while 
> there is the silent majority whose opinion is unknown. I've been familiar with D 
> since around 2006 and never voiced my opinion about the module-level private 
> until now.

Not even Andrei agreed with me. Not a single person that I recall.

Anytime one interfaces with humans, inconsistency turns out to be desirable.

Here's another inconsistency:

   void func()
   {
       int a;
       {
          int a;  // error
       }
    }


More information about the Digitalmars-d mailing list