▲ | BugsJustFindMe 7 days ago | ||||||||||||||||
I went into this article expecting to agree with part of it. I came away agreeing with all of it. And I want to point out that Go also shares some of these catastrophic data decisions (automatic struct zero values that silently do the wrong thing by default). | |||||||||||||||||
▲ | sethammons 6 days ago | parent [-] | ||||||||||||||||
We got bit by a default value in a DMS task where the target column didn't exist so the data wasn't replicated and the default value was "this work needs to be done." This is not pb nor go. A sensible default of invalid state would have caught this. So would an error and crash. Either would have been better than corrupt data. | |||||||||||||||||
|