#coding
Tag
-
Livestream notes: Replacing aiohttp with httpx in kr8s
This post will be updated with notes from the livestream throughout the day. Today I will be streaming some open source code refactoring.
-
Avoid indirection in tests at all costs
When writing tests the balance between avoiding indirection and DRY-ness should be much more weighted towards avoiding indirection than in the code it is testing.