Section 1: Triggers, Testing, and Security
In this section, we will begin by reviewing common mistakes made by developers in their Apex code and how to avoid them. This will lead us into a discussion of debugging Apex when we find an error. Following this, we will discuss how to work with Salesforce triggers effectively and how to improve our Apex testing, as well as understanding how to improve security within our code.
This section has the following chapters:
- Chapter 1, Common Apex Mistakes
- Chapter 2, Debugging Apex
- Chapter 3, Triggers and Managing Trigger Execution
- Chapter 4, Exceptions and Exception Handling
- Chapter 5, Testing Apex Code
- Chapter 6, Secure Apex Programming