Implements production-grade Salesforce Apex trigger architectures using the handler pattern and bulkification best practices.
This skill provides a comprehensive framework for designing, implementing, and deploying Salesforce Apex triggers. It enforces the one-trigger-per-object handler pattern to ensure code maintainability and prevents performance bottlenecks by enforcing bulkification rules, such as avoiding SOQL and DML operations inside loops. It is specifically designed to help developers manage complex record-save execution orders, troubleshoot conflicts with Flows, and ensure high-quality deployments through robust unit testing and recursion control.
주요 기능
011 GitHub stars
02Execution order conflict troubleshooting between Apex and Flows
03Automated bulkification checks for 200+ record batches
04Recursion guard implementation for complex DML cycles