Rust Chronicles #3 - immutability, valuing safety over convenience
Rust treats your code like a helicopter parent treats their kid at a playground. "Don't run!" "You'll fall!" "Use both hands!" It's overprotective by default, values can't change unless you explicitly mark them as mut. That resistance (big word for a...
thesoftwarejournal.hashnode.dev7 min read