Week 2664

(Previous | Next)

1 Note

I recently let Cline (I don’t remember which model) do a refactor that seemed quite harmless. Especially in Rust.

But days later, I’m trying to figure out a bug and find that a large bit of code had been replaced with

// ...rest of the function implementation...

🤦