Updated NEP 1 : Style Guide for Nimrod Code (markdown)

This commit is contained in:
Dominik Picheta 2014-08-30 09:48:06 -07:00
parent a68b81475a
commit 79feae563b
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ be changed in the future.
pcFile
pcLinkToFile
```
Non-pure enum values should use pascalCase whereas pure enum values should use CamelCase.
<br></br>
### Coding Conventions ###