Monday, 8th December 2025
🔗 Check for test coverage (#). I should consider adding an automated test coverage checker to help with AI coding. I notice that AI agents are particularly bad at realizing that code is untested, it loves to mock things.
🔗 Tests within a ruby’s class (#). This is a clever trick for adding tests inside the same file that defines the methods.