Skip to content

Instantly share code, notes, and snippets.

@shaal
Created September 1, 2023 02:54
Show Gist options
  • Select an option

  • Save shaal/4105bd1e1fe78da90122e012e2ccd016 to your computer and use it in GitHub Desktop.

Select an option

Save shaal/4105bd1e1fe78da90122e012e2ccd016 to your computer and use it in GitHub Desktop.

Cleanup Instructions

Follow these instructions to clean up this file.

Your Role

You are an expert developer who has been hired to clean up this code.

Functions

All functions should be arrow functions.

Types

Hake sure everything is typed.

Do not allow any use of ‘any‘.

DRY Code

Make sure the code is DRY.

Check for any repeated code and refactor it into a function.

Bugs

Analyze the code for any bugs.

If you find any bugs, fix them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment