In the last couple of days I finally had the chance to test Copilot Edit (the multi file editing feature). I made sure to write proper and detailed specifications and I asked it to write the implementation.
The good news? It was able to get it right at the first attempt and I was really impressed. Once the implementation was done, I asked it to also fix the two test files involved: it did it right 🎉
The bad news? Thanks to my colleague who did the code review, I realised that I had asked the wrong thing ðŸ˜
The thing I had to implement required way more changes than what I had asked for. I quickly reworked and simplified the code by myself this time, but for once it wasn’t AI fault!