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