KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 1 month agoLearning to program in rustprogramming.devvideomessage-square49linkfedilinkarrow-up181arrow-down13
arrow-up178arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square49linkfedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up3·1 month 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_or
and the likes.