Closed kwight closed 2 years ago
Magic numbers should all be made into more readable constants. For example, the time interval for checking if an event is too soon.
I think the only remaining magic number is the number of blocks to wait() for donation confirmation, but it's only used once.
wait()
Magic numbers should all be made into more readable constants. For example, the time interval for checking if an event is too soon.