-
Notifications
You must be signed in to change notification settings - Fork 1
Description
COMMENTS
Hello, we've reviewed your Repulsor code.
From what we could see, there are many constants used in your code that are hardcoded (ex: in distToForceMag, you added 0.00001), which we assume is intentional. Maybe you could make these a constant variable so that if you adjust the values later, you reduce the risk of unmatched values. We really couldn't find anything to critique, as your code appears error-free.
SUGGESTION
All we have to say is that for the next time you write code, add more comments for situations like this review. (Especially in such a complex and detailed program where the readers are inexperienced-like us)
We wish we could offer more detailed feedback, but again, everything looks well coded! Good job and good luck next season.