-
Notifications
You must be signed in to change notification settings - Fork 10
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
Semantics: appWasMade #31
Comments
agreed, |
Just so we have it here to look at: AdChainRegistry/contracts/Registry.sol Lines 306 to 309 in cf0d0f5
|
Actually, I take this back. items in
So My apologies for this misunderstanding. I was definitely confused. |
If a domain applies and either is or is not listed, we don't care, then it is true forever that that domain did apply. Semantically. So maybe this needs to be named |
|
I'm not afraid of long method names. |
Right on! Let's go with |
I think we should reword function
appWasMade
toisInApplication
orisBeingReviewed
or something else to better describe the stage/timing of the domain's current state. Since items inlistingMap
are deleted duringresetListing
, it could be confusing ifappWasMade
correctly returnsfalse
for an application that i definitely made, but is completed and already whitelisted.The text was updated successfully, but these errors were encountered: