-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Launch with high quality API #2545
Comments
Something I picked up last night, |
I have also realised we should be more ruthless at removing dead/commented out code, and TODOs from master. We can always revive old code again easily thanks to git history. |
|
Inner class |
Noticed that Google are very careful to mark functions |
|
These were fixed. |
As @bleege mentioned in #2002 the JavaDoc work was starting to creep scope to include fixing various problems with the API I was noticing.
This ticket will allow us to track this separately.
This includes areas such as:
null
checks, int range checks (eg don't just pass on negative int when C++ expects unsigned ints)Releasing our first major version on Android means we want the "existing" feature set's API to be high quality if we stick to semver. If we can hit this in time for 2.1.0 then we will avoid the need to jump to 3.0.0 as our next release so we can fixup the API.
@bleege @tobrun
The text was updated successfully, but these errors were encountered: