Naming Variables

Coding isn't hard. Naming code is.

The art of naming variables | HackerNoon

https://github.com/kettanaito/naming-cheatsheet

  • can try to go by general Themes

    • Actions - Verbs ()

      • Should it be ? up to arguments

    • Booleans - Question (is)

    • TypeScript Types - Type

Last updated