← Graph

Don't reuse service objects across applications

takeaway 1 connections

Tempting but bad: reusing the same service object between the admin panel, public app, mobile API or a Shopify integration creates coupling between applications. Better to keep service objects focused on one application and one change site, and dispatch the same underlying domain commands from each.

type
recommendation
takeaway Don't reuse service objects across applications
from_talk
Guidance given when discussing multiple application-layer apps.

Provenance

Read by
6 extractions