|
|
|
|
|
by qooleot
4153 days ago
|
|
I think by "model logic" he is referring to MVC and things like data model relationships (and an ORM possibly), validation/casting, etc. For example, in a single programming language and framework you could say: payment.isPayPay() from a payment out of a database wrapped into a model. It has not been traditionally easy to share that business logic across languages (and by easy I mean not wrapping huge numbers of methods in http requests). |
|