von Jannis | Okt. 19, 2024 | Code Quality, Programming
If your Salesforce org is anything like ours, its complex. To prevent regression, complex and meaningful tests are required. In our situation, E2E tests depend on a lot of configuration records, before they can perform their operations. Today I focus on how to...
von Jannis | Okt. 29, 2022 | Programming
If you work on a larger Salesforce Org, you probably need a trigger framework to implement the single trigger per SObject best practice. This is especially challenging when you work on multiple, well-separated second-generation packages (2GP). Requirements for a...
von Jannis | Nov. 6, 2021 | Allgemein, Code Quality
So we recently started to use SCRUM, and I can’t tell if I love it or hate it. During our first sprints, I noticed something I did not expect: My team and I suddenly felt pressured to deliver low-quality software. That was particularly weird because SCRUM was...
von Jannis | Feb. 26, 2021 | Code Quality, Programming
This is a rant full of sarcasm. Reader discretion advised. However, if you believe that „customers won’t pay for quality“ and that „testing your apex code slows you down“ this text is for you. You are part of the problem. In the last...
von Jannis | Jan. 15, 2021 | Continuous Integration
Dieser Post ist Teil 3 meiner Serie „Source Management in SFDX“. In den ersten beiden Teilen habe ich die Anforderungen analysiert, ein Konzept vorgestellt und ein Template entwickelt. In diesem Teil zeige ich, wie ich mit SFDX eine Continuous Integration (CI)...
von Jannis | Juni 19, 2020 | Programming
Dieser Post ist Teil 2 meiner Serie „Source Management in SFDX“. Im ersten Teil habe ich die Anforderungen an eine Source Management Strategie analysiert und das 1:1:1-Setup vorgestellt. In diesem Teil gehe ich auf die Ordnerstruktur des 1:1:1-Setup für...