Design strategy
- Every programming language should have an isolated git repository named
${language}
. - Each programming language repository should be a mono repo.
- Both SDKs and their associated sample projects should be placed under this repository.
Examples:
JS
- js (core)
- react
- react-sample
Kotlin
- kotlin (core)
- android
- android-sample