Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vitorcalvi/b8aaf0b9f91b8cec377148409abdeffa to your computer and use it in GitHub Desktop.
Save vitorcalvi/b8aaf0b9f91b8cec377148409abdeffa to your computer and use it in GitHub Desktop.
Awsome Prompts
Shrink code
Requirements:
Combined import statements into a single line where possible.
Removed unnecessary whitespace and comments.
Inlined some logic to reduce the number of lines.
Used list comprehensions and generator expressions to simplify the code.
Shortened variable names where readability was not compromised.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment