DEV Community

Discussion on: You Can't Write Carrier Grade Software in Go

Collapse
 
jautero profile image
Juha Autero

The joke is that I've seen lot of "carrier grade" code that is basically

ptr=malloc(BYTES);
assert(ptr);
Collapse
 
curtisfenner profile image
Curtis Fenner

well, tripping an assert is at least better than memory corruption ¯\_(ツ)_/¯