Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Library Simplified is a collection of middlewaremiddle-ware, server software and mobile client applications for iOS and Android.

...

Anchor
Android Style Guide
Android Style Guide
Code style

We use a mix of Java and Kotlin when developing applications for Android. New work should generally be done in Kotlin, where appropriate. When touching existing code do your best to match the code style of the file you're working on.

...

Code style

We use a mix of Swift and Objective-C when developing applications for iOS. New work should be done in Swift, whenever possible and appropriate. For example, if you need to write a significant amount of Objective-C code to fix a bug or extend a feature, we strongly prefer to write the same functionality in Swift, even if it costs a bit of refactoring work.

...