this post was submitted on 28 Jun 2023
66 points (98.5% liked)
Programmer Humor
25373 readers
2216 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
A good unit test is an expression of the intent of the programmer that wrote the unit of code. How would Copilot know what your intent was?
What Copilot does is to test exactly what the code is currently doing... which kinda defeats the purpose.
But it does raise a good point, because that's usually exactly what teams are asked to do (especially when there's a high coverage requirement). It's completely pointless busywork, but that's what makes it perfect for Copilot.