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

URL parameter refactor #1431

Merged
merged 14 commits into from
Oct 6, 2023
Merged

URL parameter refactor #1431

merged 14 commits into from
Oct 6, 2023

Conversation

brollb
Copy link
Collaborator

@brollb brollb commented Oct 5, 2023

This PR refactors URL parameters to make them easier to test and reason about. I am also planning on converting all hash params to querystring params on load so they are normalized. Hopefully this results in more odd edge-case behavior.

  • refactor URL param parsing to own function
  • Refactoring URL params to individual classes
  • Refactor url params to be more easily testable

@brollb brollb marked this pull request as ready for review October 6, 2023 19:04
@brollb brollb merged commit 84922c6 into master Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant