naming-cheatsheet icon indicating copy to clipboard operation
naming-cheatsheet copied to clipboard

Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.

Results 29 naming-cheatsheet issues
Sort by recently updated
recently updated
newest added

In the example displayed currently in the notes, it suggests that the asynchronous function would return instantaneously when it could return errors or throw. In my opinion, it would be...

I recently prepared a presentation on the topic of variable naming for juniors, and I ended up going down the 8th grade English rabbit hole. Something that I found fascinating,...

Recently been struggling with finding better ways to name types, specifically while using TypeScript, but could apply to the broad range of strongly typed languages.

Since the actions section has "compose" for creating something new from existing data, I think a "create" action should also be added to accommodate creating something from nothing, or something...

When it comes to booleans, instead of **Reflect the expected result**, I would suggest to use the **positive result** for the name. E.g. instead of `isDisabled` I would use `isEnabled`....

I think this pr a good combination with https://github.com/kettanaito/naming-cheatsheet/pull/76