Elektrine lite

← Feed

@JackbyDev@programming.dev

Post #1342209

2026-04-18 19:25 UTC

I once heard someone describe legacy systems as systems without test coverage. I think it’s not the best description, but it’s certainly an interesting perspective.

Replies (1)

  • @Shanmugha@lemmy.world 2026-04-18 23:26

    Not the best description doesn't cut it, it's just false description. I can easily write a system with 100% test coverage, bugged as hell and containing so many weird abstraction tricks that it takes a significant effort to figure out even what is happening in the simplest scenario. And yes, part of that hundred percent coverage is going to be llm style: test that something does what you already know it does

    Open ##1423340