Arkiv for december 2023
-
Typing in Python
Armin Ronacher shares his interesting thoughts on Typing in Python.
-
Bonk Wave
Today is the release day of Not What I Call Bonk Wave - Volume 002. It's a collaborative, creative project out of the Fediverse and I'm quite excited about it.
-
Fixing an occasionally failing test
Since we started the Django project I'm currently working on, about 20 months ago, I've been evangelising the joy of thoroughly writing tests for the code.
For quite some time, we've had a single test that would fail once in a while. But only rarely, so nobody bothered trying to fix it – we would just run the tests again and move on with our lives. But yesterday I ended up spending half the day trying to figure out the root cause of this.