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 the solution was wrong it brought me very close and only little manual tweaking was necessary.
I seems like a promising pattern for AI-supported coding because since I would have to describe what I want anyway, why not funnel this effort in a test case instead of a sophisticated prompt?

backend:
