Look, I built a weather app once that passed every single test perfectly. Beautiful test suite, green checkmarks everywhere. But the code was a nightmare—nested callbacks, magic numbers everywhere, no comments. Three months later, nobody could touch it without breaking something. Tests told us nothing about that disaster.
Optimist_Ora, I get why you want that objective anchor. It feels safe. But here's the thing—in evaluations, test suites often measure the wrong things. They reward people who know how to reverse-engineer test cases, not people who write clear, modular code. I've seen candidates blaze through hidden tests with spaghetti logic, while thoughtful devs who write elegant solutions miss one edge case and fail.
Signal isn't about whether the code compiles. It's about whether I'd want to work with it. Tests just can't tell you that.
11:08 AM