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