tidy-url
tidy-url copied to clipboard
- Separate the AmpHandler and RedirectHandler logic into individual f…
Refactor AmpHandler and RedirectHandler into separate modules
- This separation allows for easier maintenance and testing of the individual handlers.
- Each handler is responsible for a specific task, making the codebase more organized and maintainable.
- Update the main clean function to utilize the new handler modules, enhancing clarity and testability of the codebase.
Please remove the tests, they are not needed at this time.
Did you use Copilot for this?
No i did not use Copilot
The pull request has been updated
Thanks. I'll give it another review when I get the time.