Naming conventions
The naming conventions in Keli is as described in the following table:
Identifier | Convention | Example |
Constant | camelCase | pi |
Function | camelCase | plus |
Object property | camelCase | name |
Function parameter | camelCase | this |
Object type alias | PascalCase | People |
Tagged union | PascalCase | List |
Tag | PascalCase | Cons |
Last modified 3yr ago