Skip to content
Coding With The Force edited this page Oct 6, 2022 · 12 revisions

Welcome to the Salesforce Best Practices wiki!

Below are the documents to help setup useful things to make you life a little better as a developer.

If you enjoy this wiki and would like to say thank you, feel free to send a donation here! But no pressure, I really just do this for fun!


  1. Salesforce Best Practices Documentation

  2. How to setup a Salesforce VSCode Project

  3. How to setup Uncrustify for auto-formatting Apex and Javascript in Visual Studio Code

  4. How to use the SFDX Scanner to perform automatic static code analysis on your code base

  5. How to setup ApexDocs for Salesforce in IntelliJ

  6. How to setup local Git for Salesforce in IntelliJ

  7. Setting up ESLint for Salesforce in IntelliJ

  8. How to setup PMD for Salesforce in IntelliJ


Supplemental Text/Recommended Git Repositories:

  1. More info on my recommended trigger framework: SFDC Trigger Framework

  2. More info on Cesar Parra's Apex Docs: Apex Docs

  3. Extremely useful Metadata API wrappers: Metadata API Wrappers

  4. More info on PMD for Apex: PMD for Apex

  5. More info on JSDoc to Markdown: JSDoc to Markdown

  6. More info on FFLib Apex Common: FFLib Apex Common