CBChristian Beckinnerdingarchitecture.hashnode.dev·Sep 3, 2022 · 4 min readSubtractive changePeople i work with realize very soon, that there is nothing more that i love to do, than reduce complexity - in code, structures, tools, process... I can't claim that i do this always or it is always successful, but when it is this is just amazing. T...00
CBChristian Beckinnerdingarchitecture.hashnode.dev·Jul 15, 2022 · 3 min readProcesses with build-in defect loopsFrom time to time i hear stories of organizations - or to be more specific managers - that struggle with agile concepts. One of these stories goes like this: A manufacturer restructures its processes and some younger engineers propose feedback loops...00
CBChristian Beckinnerdingarchitecture.hashnode.dev·Dec 22, 2021 · 4 min readAre we training to write complicated code?It is again this time of the year where i find some rest to code just for fun. The last few days i was doing some Codewars katas. When i solve a kata it is not just for the nice feeling of solving a tricky puzzle. It is also a training. So in the beg...00
CBChristian Beckinnerdingarchitecture.hashnode.dev·Nov 15, 2021 · 3 min readRecap of the Global day of code retreatThe Global day of code retreat is an annual event which i cherish a lot. Last year it had to be skipped due to the still ongoing pandemic, but this year it was possible to perform such a code retreat thanks to vaccinations and tests. Here i'd like to...00
CBChristian Beckinnerdingarchitecture.hashnode.dev·Nov 3, 2021 · 11 min readThe misunderstanding of code coverageCode coverage is an important metric about your code and tests. And like any metric you have to understand the underlying assumptions and computations to understand the value of this metric to use it efficiently. So what is code coverage: Code Cover...00