digitalmars.D - Naming for mixin template
- HaraldZealot (6/6) Dec 31 2014 Has anybody some methodology or codestyle 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