zlacker
[parent]
[thread]
0 comments
1. bccdee+(OP)
[view]
[source]
2025-08-24 09:22:17
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.
[go to top]