chrismit3s@feddit.detoTechnology@beehaw.org•Apple slams Android as a 'massive tracking device' in internal slides revealed in Google antitrust battle
8·
1 year agoand even today, by using an old Android API iirc
Nope, the required API to have your app in the Playstore constantly rises, and if you don’t comply you get kicked. The current API version is something around 26, and definitely has the permissions model integrated.
If you wrote the type signature of
get_user
astuple[User, None] | tuple[None, Exception]
, the assertion would not be necessary and the type checker wouldn’t complain.