After 4 years with Rust, I love the language – but I’m starting to think the ecosystem has an abstraction addiction. Or: why every Rust crate feels like a research paper on abstraction.
I find that even without abstractions, code can be fairly unreadable if it goes in strong on Uncle Bob’s Clean Code ideas and you’re bouncing up and down the code/stack frames trying to see where the work actually happens.
I find that even without abstractions, code can be fairly unreadable if it goes in strong on Uncle Bob’s Clean Code ideas and you’re bouncing up and down the code/stack frames trying to see where the work actually happens.