Thank you for your contribution @mydicebot ! It is nice to see you continue development of the lovely bots!
- all work is squeezed into a single commit which is highly discouraged
- no comments at all.
- commented-out code could have to be just removed
- lots of
console.log
- do we need them? if(ch>98.99 || ch<0.0001) { return false return false } } return true;
could be just a one-linerreturn ch<=98.99&&ch>=1e-4
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Chat with us on Discord.
thanks for reviewing, voting u.
Thank you for your review, @justyy! Keep up the good work!