Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, I'm saying the language should never permit uninitialized or undefined values in any context. Make `int i;` a compile error and force the user to write `int i = 0;`. Rust does this.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: