onflow / ledger-app-flow

Apache License 2.0
10 stars 12 forks source link

Refactor enums to camel case #34

Closed ppershing closed 3 years ago

ppershing commented 3 years ago

This PR introduces refactor of all enum values in the main code (not dependencies) to upper case. This should make for easier reading as upper case indicates constants whereas lower case usually indicates variables.