|
|
|
|
|
by resonious
322 days ago
|
|
Right, I've noticed agents are very trigger happy with 'any'. I have had a good time with Rust. It's not nearly as easy to skirt the type system in Rust, and I suspect the culture is also more disciplined when it comes to 'unwrap' and proper error management. I find I don't have to explicitly say "stop using unwrap" nearly as often as I have to say "stop using any". |
|