given the claude code leak i'm starting to suspect that when boosters say they don't look at the code it's an act of fear, not confidence
@hynek @osmosisch I get your point, even if much production code looks like that, tech debt will always bite you.
But what I noticed with AI code is that the choice between 100% beautiful hand-written code that takes t time and good machine-written code that takes t/2 time I tend to lean for the later, unexpectedly (I‘m the kind of person who writes their HTML by hand because I can‘t bear the shitty HTML that web site generators create). LLMs write - in my opinion - „good enough“ code…
@Mastokarl @hynek Personally, I find if the code does what it's supposed to, then it's good enough.
As long as you have enough tests then you don't really need to look at the implementation. Hynek is too precious. We're past that now.