#1MinuteTip A good framework gives you a structure based on best practices that you can reuse. It is optimized, increases the speed of development & improves the efficiency of your code. Implementing a good framework becomes more important when you are working on a multi-tenant platform like Salesforce where there are limits on the amount of resources you can use.
Salesforce recommends one such framework to implement your triggers. As mentioned in the Trailhead Module Success Cloud Coding Conventions -> Implement Framework, it says “Having said that, Kevin O’Hara’s SFDC Trigger Framework is the one we generally prefer on large-scale projects within the Success Cloud team at Salesforce.“
Check it out at URL https://github.com/kevinohara80/sfdc-trigger-framework