Gerald Versluis @jfversluis.dev · 14d

The Copilot app/CLI habit I keep coming back to: one session should be one PR-sized change. Not “make the app better”. More like: • fix this failing test • add this validation rule • update this API call and its tests Small scope. Clear diff. Easier review.

0 likes 2 replies

?

Replies

Marc Jacobi 🇳🇱 · 14d

"Fix this failing test" is ambiguous for AI: Change the test to match the code, or change the code to match the test? Ask me how I know.