Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move reusable functions into functions.js and create exports #262

Open
st3phhays opened this issue Oct 25, 2022 · 0 comments
Open

Move reusable functions into functions.js and create exports #262

st3phhays opened this issue Oct 25, 2022 · 0 comments
Assignees
Labels
0 - Backlog Where tickets start after being triaged. This means the ticket has targeted milestone/labels. Enhancement Enhancements are things that are improvements or features.

Comments

@st3phhays
Copy link
Member

Is Your Feature Request Related To A Problem? Please describe.

There are few reusable functions that are nested inside of individual scripts.

Describe The Solution. Why is it needed?

These scripts should be moved to the functions.js file and exports created. This will allow the functions to be used in any script by importing them when needed.

Additional Context.

This will help remove duplication.

Related Issues

n/a

@st3phhays st3phhays self-assigned this Oct 25, 2022
@st3phhays st3phhays added Enhancement Enhancements are things that are improvements or features. 2 - Working Tickets that are currently being worked on. 0 - Backlog Where tickets start after being triaged. This means the ticket has targeted milestone/labels. and removed 2 - Working Tickets that are currently being worked on. labels Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - Backlog Where tickets start after being triaged. This means the ticket has targeted milestone/labels. Enhancement Enhancements are things that are improvements or features.
Projects
None yet
Development

No branches or pull requests

1 participant