General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "C++ Is Getting A Borrow Checker" video.
9:00 It's not a mantra. It's what happens when you use Rust for long enough. Doesn't mean it always works perfecrly once it compiles. But probably 90% of the bugs, which might happen in other languages, are just forbidden by the compiler when you don't do anything fancy. And it's pretty nice if you don't have to worry about most stuff. And you still have opt-in unsafety in case the safe way is annyoing. (there seems to be a trend of "you should never use unsafe"; but I think, sometimes it's okay to do unsafe)
2