Skip to content

Instantly share code, notes, and snippets.

@koptionalsoftware
Last active November 8, 2019 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koptionalsoftware/fcb8ab479d27483b8aee50a269c39f0c to your computer and use it in GitHub Desktop.
Save koptionalsoftware/fcb8ab479d27483b8aee50a269c39f0c to your computer and use it in GitHub Desktop.
// What I do
export const FETCH_DATA = "FETCH DATA";
// Things other people sometimes do
export const fetchData = "fetchData";
export const fetchData = "FETCH_DATA";
export const fetchData = "FETCH DATA";
// and about every combination of camel / underscore casing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment