Suggest aesthetic way to Naming a module or a package with illegal lexical D lang keywords
BoQsc
vaidas.boqsc at gmail.com
Sun Jun 16 11:53:30 UTC 2019
On Sunday, 16 June 2019 at 11:38:27 UTC, rikki cattermole wrote:
> The style guide has an opinion about this (you don't have to
> follow it).
>
> https://dlang.org/dstyle.html#naming_keywords
So if I follow dstyle guidelines on keywords, this would be a
correct non-conflicting result:
>module _auto._alias._abstract;
> void main(){
>
>
>}
The underscore way, I kind of liking it, thanks for sourcing the
idea.
More information about the Digitalmars-d-learn
mailing list