Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style Guidelines #8

Open
iamcarbon opened this issue Jan 26, 2017 · 0 comments
Open

Style Guidelines #8

iamcarbon opened this issue Jan 26, 2017 · 0 comments

Comments

@iamcarbon
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant