SergiusIW / collider-rs

Rust library for continuous 2-D collision detection.
Apache License 2.0
92 stars 9 forks source link

Code cleanup: Follow the rust language nursery API guidelines #12

Open ckaran opened 5 years ago

ckaran commented 5 years ago

I was working through the rust language nursery API guidelines yesterday, and noticed that there were getters in Collider that used the prefix get, which are specifically discouraged in the naming guidelines. As a part of the eventual code-cleanup you were mentioning earlier, you might want to also follow their API guidelines.