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

Seek and destroy dead code #6

Open
nojronatron opened this issue Jul 27, 2022 · 2 comments
Open

Seek and destroy dead code #6

nojronatron opened this issue Jul 27, 2022 · 2 comments
Assignees
Labels
code maintenance Code cleanup, versioning, dependency updates, etc.

Comments

@nojronatron
Copy link
Owner

There are areas in the form where css and js code lines are probably never touched. Find them and remove them. Test to verify overall operation is not negatively impacted.

Take a peek at the html as well and trim unnecessary elements and attributes to make the code easier to read and maintain.

@nojronatron nojronatron added the code maintenance Code cleanup, versioning, dependency updates, etc. label Jun 18, 2023
@nojronatron
Copy link
Owner Author

This should be covered with commits in PR #36

@nojronatron nojronatron self-assigned this Jun 25, 2023
@nojronatron
Copy link
Owner Author

function void:clearLocalStorage() is not used and is a candidate for removal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code maintenance Code cleanup, versioning, dependency updates, etc.
Projects
None yet
Development

No branches or pull requests

1 participant