19
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 05 Jan 2026
19 points (100.0% liked)
TechTakes
2454 readers
65 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
For someone that has a bit of a PL/compiler background -- it's not hard if you're familiar with things like this.
What is worrying is that while the fix does address the test case from the issue, it seems there was no analysis performed as to why the failure occurred. Like okay, this test case passes, but I'm not immediately sure the system is now sound.
If it's hard to reason about then it means you as the developer are supposed to sit the fuck down, figure it out, and document it so that it's no longer hard to reason about for someone who reads it. Anything short of that is a cop out.
I'm not going to actually try to figure out how this DI framework works to do this analysis, definitely not for free.