Link Search Menu Expand Document

Under Construction

Apex Enterprise Patterns Open Source

Design patterns are an invaluable tool for developers and architects looking to build enterprise solutions. Here are presented some tried and tested enterprise application engineering patterns that have been used in other platforms and languages.

We will discuss and illustrate how patterns such as Data Mapper, Service Layer, Unit of Work and of course Model View Controller can be applied to Saleforce Lightning Platform. Applying these patterns can help manage governed resources (such as DML) better, encourage better separation-of-concerns in your logic and enforce coding best practices..

View it on GitHub