top | item 46908304 (no title) bthornbury | 25 days ago Either really comprehensive tests (that you read) or read it. Usually i find you can skim most of it, but like in core sections like billing or something you gotta really review it. The models still make mistakes. discuss order hn newest mattmanser|25 days ago You can't skim over AI code.For even mid-level tasks it will make bad assumptions, like sorting orders or timezone conversions.Basic stuff really.You've probably got a load of ticking time bomb bugs if you've just been skimming it. bthornbury|24 days ago > got a load of ticking time bomb bugsLots and lots of tests!
mattmanser|25 days ago You can't skim over AI code.For even mid-level tasks it will make bad assumptions, like sorting orders or timezone conversions.Basic stuff really.You've probably got a load of ticking time bomb bugs if you've just been skimming it. bthornbury|24 days ago > got a load of ticking time bomb bugsLots and lots of tests!
mattmanser|25 days ago
For even mid-level tasks it will make bad assumptions, like sorting orders or timezone conversions.
Basic stuff really.
You've probably got a load of ticking time bomb bugs if you've just been skimming it.
bthornbury|24 days ago
Lots and lots of tests!