Tag: Best Practices
Recommended Framework for Salesforce Triggers
#1MinuteTip Here is a framework recommended by Salesforce to implement triggers based on best practices. Optimize your code & increase speed of development.
Learn Salesforce Apex Best Practices with Apex Recipes
#1MinuteTip Learn Salesforce Apex Best Practices with Apex Recipes. It is a library of Apex code following best practices.
Salesforce Flows Best Practices
#1MinuteTip Here is an article on Salesforce Admin Blog listing some of the best practices that you need to keep in mind when using Flows
Check the Quality of Your Code in Salesforce
#1MinuteTip How secure and performant is your code in Salesforce? Is it following the best practices? Can it be improved further?
Salesforce Naming / Coding Conventions
#1MinuteTip Looking for some inspiration on coming up with coding / naming conventions for your Salesforce implementation?
Apex Best Practices Checklist
Here is a great article on 15 commandments to Apex best practises, which I think every developer should create as a checklist when writing codes.