vee41 - does C2 minify/obfuscate strings on export?
"Walking", "Running", "Crawling" may be 100x easier to read, but they're 100x less efficient when doing variable tests (i.e. if state="walking" rather than if state=2)
In most languages, this is exactly why you'd use enums...