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 Issue is accepted, but is not ready to be worked on or not in current sprint Improvement Issues that enhances existing functionality, or adds new 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 Improvement Issues that enhances existing functionality, or adds new features 2 - Working A user or team member has started working on the issue 0 - Backlog Issue is accepted, but is not ready to be worked on or not in current sprint and removed 2 - Working A user or team member has started working on the issue 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 Issue is accepted, but is not ready to be worked on or not in current sprint Improvement Issues that enhances existing functionality, or adds new features
Projects
None yet
Development

No branches or pull requests

1 participant