dfinity / motoko-base

The Motoko base library
Apache License 2.0
483 stars 99 forks source link

Yall using single character variable names. #305

Open BrianStinerGithub opened 2 years ago

BrianStinerGithub commented 2 years ago

Design docs said we'd use camelCase so humans can read your code.

ggreif commented 2 years ago

For parametric functions (those containing <A>, or similar) it often really doesn't make much sense to use longer identifiers. Can you point us to a location where using a longer identifier would add value for an experienced programmer?