1. There is a real benefit to building an API into the core of your app - it forces the kind of loose coupling that will improve your entire architecture.
2. Your db schema != your business logic. The API should mirror the latter and not the former.
Having said that... Automatic language bindings? I want some of that...
1. There is a real benefit to building an API into the core of your app - it forces the kind of loose coupling that will improve your entire architecture.
2. Your db schema != your business logic. The API should mirror the latter and not the former.
Having said that... Automatic language bindings? I want some of that...