If you have ever worked on a complex Salesforce implementation (containing custom code), you know how tedious it can be to implement Trigger functionality. There are some common approaches to this problem, which all focus on implementing a Trigger-Handler pattern, in one form or the other. Trigger handlers are considered…