We're a place where coders share, stay up-to-date and grow their careers.
I only tried Rust a bit, but I love how (as you said) the compiler complains about anything.
It is harder to write bad code this way. I like this, especially because I use weak-typed languages (Python and Javascript) daily... :)
I agree. Most of my errors are through variable typing mistakes.
I only tried Rust a bit, but I love how (as you said) the compiler complains about anything.
It is harder to write bad code this way. I like this, especially because I use weak-typed languages (Python and Javascript) daily... :)
I agree. Most of my errors are through variable typing mistakes.