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 | Sep. 5, 2021 | Allgemein
Prettier is essential for professional software developers. It is more than just a code-formatter, it is an opinionated code-formatter. I will spare you the repetition of the discussion whether this is good or bad and cut straight to the point: How to add Prettier to...
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 28, 2020 | Allgemein
I recently had to integrate our USA and our Switzerland subsidiaries in our quoting tool. This tool, so far, used a fairly hard-coded visualforce page with some static stylesheets to generate a DIN 5008 (Type A) letter quote. While our Swiss subsidiary only required...