Refactoring large inefficient apex triggers

I recently got an opportunity to work on an effort related to Triggers/Flow refactoring. The trigger on an object has grown so much that it was almost impossible to put any new logic involving SOQL or FOR loops. The issue was governor limits around the number of SOQLs & CPU time limit. There were n … Read more