I suppose this is partly related to why the style guide recommends: > Naming Conventions > > Type identifiers should be in PascalCase. All other identifiers should be in camelCase with the exception of constants which may use PascalCase but are not required to. And with constants being compile-time-only and not really have a symbol .. then they don't really matter.