Awesome Reviewers

Adopt a naming standard where identifiers encode meaning, don’t clash with framework semantics, and don’t obscure behavior.

Guidelines:

Impact: improves readability, reduces accidental coupling/namespace bugs, and makes behavior self-evident from names alone.