kwight / blockchain-developer-bootcamp-final-project

MIT License
2 stars 0 forks source link

The project has some magic numbers. #22

Closed kwight closed 2 years ago

kwight commented 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.

kwight commented 2 years ago

I think the only remaining magic number is the number of blocks to wait() for donation confirmation, but it's only used once.