Explaining how to use anti-patterns in practice
If you’ve gone through this book cover to cover, you will have encountered a large number of patterns for how things can go wrong on a Salesforce project. We have structured this by architecture domain to facilitate your understanding and give you more context.
However, you may still be left with some questions about how to best go about applying this new storehouse of knowledge in your day-to-day work. We propose that there are two main ways in which you can proactively use your knowledge of anti-patterns to improve your architecture practice and hone your architecture skills:
- First, you can use it constructively as part of your architecture and design process
- Second, you can use it diagnostically as part of your approach to understanding architectures designed by others
We will now go through each of these alternatives in the following sections.
Using anti-patterns constructively
Using anti-patterns...