tidy-url icon indicating copy to clipboard operation
tidy-url copied to clipboard

- Separate the AmpHandler and RedirectHandler logic into individual f…

Open apodi opened this issue 10 months ago • 5 comments

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.

apodi avatar Apr 08 '24 18:04 apodi

Please remove the tests, they are not needed at this time.

DrKain avatar Apr 08 '24 18:04 DrKain

Did you use Copilot for this?

DrKain avatar Apr 08 '24 19:04 DrKain

No i did not use Copilot

apodi avatar Apr 08 '24 19:04 apodi

The pull request has been updated

apodi avatar Apr 08 '24 19:04 apodi

Thanks. I'll give it another review when I get the time.

DrKain avatar Apr 08 '24 19:04 DrKain