We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simplify the ReplaceThroughAPI method to avoid unnecessary logic. See following diagrams that compare the two logics:
ReplaceThroughAPI
#86
The text was updated successfully, but these errors were encountered:
#89-Simplified ReplaceThroughAPI
5ab577b
Methods has been simplified removing the seceond unneeded Venn Diagram operation and subsequent superflous logic
ac0bb50
Closed via #120
Sorry, something went wrong.
alelom
Successfully merging a pull request may close this issue.
Proposed change
Simplify the
ReplaceThroughAPI
method to avoid unnecessary logic. See following diagrams that compare the two logics:Existing logic
Refactored logic
Depends on
#86
The text was updated successfully, but these errors were encountered: