13

Dear providers of SDKs, when you claim to have a full documentation for your SDK, please at least provide the info about what unit (radians or degrees) the Angle properties are. Especially important when the iOS SDK is taking radians and the Android SDK is taking degrees, as I found out by experimenting. I don't even care so much about float on Android and double on iOS. Just make use of the fucking documentation and provide some actually useful info there. "Sets or gets the angle" is fucking NOT useful.

Comments
  • 6
    Actually, the API should not just have the "angle" parameter. It should be called "angle_deg" or "angle_rad" in whatever naming convention the API has.
  • 1
  • 0
    @kescherRant That would clutter both the API and the application code. Being consistent eliminates bugs before they happen.
Add Comment