Unlike other languages where style standards are defined at the project level, D should be strongly opinionated to rules upfront. Syntax that does not conform to these rules should be treated as a WARNING.
- Classes named in uppercase
- Acronyms in UPPERCASE
- Properties in camelCase
- Two space ident
- Opening curly bracket on same line
- Closing curly bracket on own line
Unlike other languages where style standards are defined at the project level, D should be strongly opinionated to rules upfront. Syntax that does not conform to these rules should be treated as a WARNING.