29
I add .clone() until it compiles — when is that fine and when is it hiding a design mistake?
Six months into Rust after years of garbage collected languages. My programs work and my strategy for the borrow checker is, honestly, to clone things until the errors stop. I know this is the thing everyone says not to…