General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
p11
ThePrimeTime
comments
Comments by "p11" (@porky1118) on "Rust 4 Linux Gets Amazing Update" video.
3:30 I'm very confident that I produce bugfree software in Rust. When I model my program to use only the types to represent valid state, I can remove many potential issues at compile time. And since it's easy to put things into libraries, I tend to do this. So when I do this, I want to make it a proper library which I want to reuse with proper error handling using enum types, which only represent the errors that actually occur, and I write a bunch of tests, so I can be sure it never fails.
1