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

Refactor Filter to two functions #83

Merged
merged 1 commit into from
Aug 13, 2020
Merged

Conversation

markmandel
Copy link
Contributor

This refactors the Filter trait to simplify its implementation down to two functions, rather than the previous four.

In doing so, we see a simplification of the API and the required understanding, while having no drop in functionality.

Closes #80

This refactors the Filter trait to simplify its implementation down to
two functions, rather than the previous four.

In doing so, we see a simplification of the API and the required
understanding, while having no drop in functionality.

Closes #80
@markmandel markmandel added area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc kind/cleanup Refactoring code, fixing up documentation, etc labels Aug 13, 2020
Copy link
Collaborator

@iffyio iffyio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@markmandel markmandel merged commit b9e129a into master Aug 13, 2020
@markmandel markmandel deleted the refactor/simpler-filter branch August 13, 2020 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc cla: yes kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consolidate Filter Trait to two functions
3 participants