The "Handover" teams

Posted on 08 November 2025 in Articles • Tagged with software development, teams, good practices, programming, handover, mob programming • 3 min read

Are you about to adopt a product via a "handover session"? Perhaps you want to delay that moment and reconsider your options.

A short handover session between teams

Good luck to the Blue team!


Continue reading

Good practices: Software deployment and feature releases

Posted on 03 April 2023 in Articles • Tagged with good practices, software, deployment, release • 2 min read

"Big Bang" software releases are hard on end users and developers. What can we do about it?


Continue reading

Good practices: Avoiding the use of test inputs in assertions

Posted on 10 November 2021 in Articles • Tagged with good practices, programming, python, testing, unit tests • 2 min read

Figure of eight know / https://freesvg.org/figure-of-eight-knot-vector-illustration / License: Public Domain

It might be very convenient to use the same fixtures in test setup and assertions. This practice though is not as good as it looks like at first glance.


Continue reading