Skip to content

Instantly share code, notes, and snippets.

@dperuo
Created January 12, 2024 16:22
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 dperuo/6016153b0ef4204daca755c9d16bbf4f to your computer and use it in GitHub Desktop.
Save dperuo/6016153b0ef4204daca755c9d16bbf4f to your computer and use it in GitHub Desktop.

Source

  1. No loops
  2. No IF statements
  3. Functions are a single return
  4. No side effects
  5. No assignment in functions
  6. No arrays
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment