Want to create an interactive transcript for this episode?
Podcast: SalesforceWay
Episode: 55. Unit Of Work Design Pattern | John Daniel
Description: John Daniel, who joins to talk about Unit Of Work, is a Salesforce MVP, Technical Architecture, Open-source active contributor. John was on show #13, talked about Monolithic to Modular. Main Points John’s self-introduction The definition of UoW How does UoW handle DMLs in a transaction? What would happen if the DMLs in UoW fail partially? How does UoW make the code cleaner and more business-oriented? What to do when we find bugs when using the open-source libraries? What is the benefit to convince the team to use Apex Common library where UoW is included? Are there situations where multiple Uo...