18-07-2019
Arnout Boks
Recently I spent an afternoon experimenting with mutation testing in PHP. In this post I would like to share the background, the main idea of mutation testing, and the lessons I've learned from it.
php phpunit tests quality learning EN
8 min.
Lees verder
Software architect
21-06-2018
Learning to test and learning a full-featured testing framework at the same time can be hard. Let's make the learning curve for testing more gentle using a simple test format that does not require extra infrastructure.
PHP learning tests quality phpunit EN
7 min.
22-03-2018
Dennis Claassens
A couple of months ago I had a look at what options we had to improve our front-end code-style. In this article I will show which tools we settled on using, our configuration for them and an explanation on why we chose those options.
Design System static analysis front-end quality css open source EN
31-03-2017
In an earlier blog post I introduced our idea of Review Roulette, a process of randomized code reviews with the aim to foster learning and increase collective code ownership. I explained that we would try this idea out as an experiment for two months and evaluate afterwards. I also promised to share the results of that evaluation. In this post I will do so, and describe the steps we took to make Review Roulette work even better for us.
Review Roulette code review quality learning EN
4 min.
20-09-2016
At Moxio we recently started an experiment we called 'Review Roulette': a process of randomized code reviews. We believe this emphasizes code reviews as a means of bidirectional learning and helps onboarding junior developers, and thus improves upon our previous review 'policy'. In this post I would like to sketch the background behind this experiment, explain the idea of Review Roulette and present some preliminary results.
6 min.