Nicolas Fränkelfrankel.hashnode.dev·Apr 25, 2024The try block in RustI wrote previously about libs for error management in Rust. This week, I want to write about the try block, an experimental feature. The limit of the ? operator Please check the above article for a complete refresher on error management in general an...DiscussRust
Jessica Randallstarchild.hashnode.dev·Jan 7, 2024Android Beginner: Break, Fix, Learn, and TryAs a beginner in the world of Android development, I recently had an experience that transformed my perspective on learning and failure. While working on a project in Android Studio, I accidentally broke something. Initially, this sent me into a stat...Discussbreak