Not using constants as intended leads to code inconsistency.
When checking if totalPercentage equals 10000(100%) - COMMISSION_FEE we use 10000 (magic number) instead of the predefined BASIS_POINTS variable.
Using magic numbers will confuse people who read the code.
Manual
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.