Closed Kmeakin closed 1 year ago
Use explicit type names in place of Self where possible. Dual to https://github.com/yeslogic/fathom/pull/480
Self
Let’s go with this - asking others it seems like there’s not a lot of consistency - some people using Self where if makes things clearer, and others in constructors but sometimes Self return types.
Use explicit type names in place of
Self
where possible. Dual to https://github.com/yeslogic/fathom/pull/480