Conversation

personally i prefer `self` because the letters have a nicer shape, but `this` has the nice advantage that the arguments to comparison functions can be named `this` and `that`
1
16
`fn cmp(&self, other: &Self) -> Ordering` is tasked to determine whether it's the big `other` (l'Autre), the little `other` (l'autre), or the self (mirror stage)
2
6