Conversation

It's worse in Rust because you can't make an anonymous extension, so people start making interfaces just to avoid having to make a free function -.-
3
4
I feel like if rust supported and encouraged the prelude pattern better this would be nicer. Folks want to avoid imports as much as possible.
1
1
I like dot syntax in part bc it means that my editors autocomplete works much better if it can scope the functions it suggests to methods available on my type somehow I feel like there's a true legacy of Java joke in here somewhere
1
2