←back to thread

559 points Gricha | 1 comments | | HN request time: 0.206s | source
1. g947o ◴[] No.46234119[source]
When I ask coding agents to add tests, they often come up with something like this:

    const x = new NewClass();
    assert.ok(x instanceof NewClass);
So I am not at all surprised about Claude adding 5x tests, most of which are useless.

It's going to be fun to look back at this and see how much slop these coding agents created.