Closed ejensen closed 3 years ago
When adding support for reversing gifs (PR #239), I noticed this TODO
// TODO: Split this method up into smaller methods. It's too large.
I split up this 260 line run method into 4 methods
run
This looks great. Thanks for the cleanup! 🙌
If you notice anything else that could be improved, feel free to open an issue or PR about it ;)
When adding support for reversing gifs (PR #239), I noticed this TODO
I split up this 260 line
run
method into 4 methods