Conversation

Rust should have conventions for when to use `Self` vs when to spell out the concrete type. Its probably the most common thing for making me stumble when reading code.
7
59
I struggle to get behind using it anywhere other than in trait impls where it's necessary. Just seems make things more difficult to read? It does frustrate me that rust-analyzer uses it by default in some editor actions (and am now wondering if there's a way to turn it off).
3
2