NfNitLoop ("Cody Casterline 🏳️🌈") wrote:
@jsonstein Like many things, it depends.
If first use is right under the declaration, then the types are clear. If the code is "distant", not easy to see, explicit types can help.
When I do add types, I prefer the turbofish syntax:
let mut scores = HashMap::new::<String,i32>()