Skip to content

Instantly share code, notes, and snippets.

@kudaba
Last active April 27, 2020 16:45
Show Gist options
  • Save kudaba/945ca4d001992ad5e58ed5577a14a58f to your computer and use it in GitHub Desktop.
Save kudaba/945ca4d001992ad5e58ed5577a14a58f to your computer and use it in GitHub Desktop.

List of things to NOT try to implement on my own, always use existing solutions or defer to platform implementation:

  • Time: Only store UTC and use standard libs/platform code to decode/shift or otherwise manipulate.
  • Encryption: Beyond basic local hashing, don't try to handle this ever.
  • IME Keyboards: Use platform implementations, always.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment