How I approach decoupling business logic from the Django ORM.
https://buttondown.com/carlton/archive/decoupling-your-business-logic-from-the-django-orm/ #django #TheStackReport
How I approach decoupling business logic from the Django ORM.
https://buttondown.com/carlton/archive/decoupling-your-business-logic-from-the-django-orm/ #django #TheStackReport
@carlton the argument goes that refactoring into a more abstract service layer on-demand runs into the risk of it being done inexpertly and inconsistently. Which I understand.
I guess, like many things in software engineering, the right call here depends on the people involved and not the technical arguments one way or another