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
It is not clear to me what's the point of having the two public methods disableTraps() and revoke(). In the tests, they are always tested separately.
disableTraps()
revoke()
In real life usage, shouldn't I use both of them?
If it was up to me, I would merge these methods into one. But maybe I am missing something.
I checked if they are used in Palindrom and they are not.
cc @alshakero, @tomalec.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not clear to me what's the point of having the two public methods
disableTraps()
andrevoke()
. In the tests, they are always tested separately.In real life usage, shouldn't I use both of them?
If it was up to me, I would merge these methods into one. But maybe I am missing something.
I checked if they are used in Palindrom and they are not.
cc @alshakero, @tomalec.
The text was updated successfully, but these errors were encountered: