KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 5 months agoLearning to program in rustprogramming.devvideomessage-square20linkfedilinkarrow-up1129
arrow-up1129videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 5 months agomessage-square20linkfedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up1·5 months agoI think the problem is that many introductory examples use unwrap, so many beginner programmers don’t get exposed to alternatives like unwrap_or and the likes.
I think the problem is that many introductory examples use
unwrap, so many beginner programmers don’t get exposed to alternatives likeunwrap_orand the likes.