Kenneth Truyers
.NET
Premium

The test pyramid

The test pyramid is a concept that was developed by Mike Cohn. It states that you should have an appropriate amount of each type of test. In the pyramid he distinguishes different types of tests: * Exploratory tests: Performed manually by a tester * System tests: Executed...

best practices
Premium

Simple code: a sample app

In my last few posts I have hammered a lot on simplicity in software. In my first post (Simplicity in software [https://www.kenneth-truyers.net/2014/02/20/simplicity-in-software-what-you-see-is-not-what-you-get/] ) I explained what the difference is between easy and simple code (or hard and complex code)...