Pseudo namespaces

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Thu Dec 3 14:44:35 PST 2015


On Thursday, 3 December 2015 at 20:59:59 UTC, Dicebot wrote:
> This isn't any different from namespace struct idiom, is it? I 
> don't like it because it forces the namespace usage even if it 
> isn't needed. There is something wrong with the module system 
> if one needs to resort to idioms like this.
>
> My old finding about how it can be done on importing side : 
> http://forum.dlang.org/post/pmezncogehwjnvjrxwns@forum.dlang.org

At work we started using abstract final classes a lot for this. 
#notashamed


More information about the Digitalmars-d mailing list