www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Naming for mixin template

Has anybody some methodology or codestyle for mixin template?

I use general nouns for structures and classes and verbs for 
functions. Variables and functions start with lowercase, 
structures, classes and enums uppercase, templates follow their 
internal content (eponymous trick helps very with this). But how 
are good named mixin template?
Dec 31 2014