#TIL
I always struggled with #TestFirst #Programming because it requires much discipline to delay new features and concentrate on test cases first.
But while I was working on my #django app #fairdebate I tried out coding the test and then prompt #aider with
👉 "Make test_053 pass." ✨
While […]