|
|
|
|
|
by obrhoff
1264 days ago
|
|
People don't speak about other approaches. For example my team adopted the BFF (Backend for frontend) pattern. Android and iOS Developers work together on a shared BFF and encapsulate there as business logic as possible. Also we define OpenAPI specs on the BFF to generate data models and API code for the clients. It works pretty good for us. |
|
I see this being a trend in the coming years