You must log in or # to comment.
2was good, thanks.4needs a tad more thought imho, returning animpl Tdoes have its place, because it makes changing the return type of the function a non-breaking change.Number 4 is only about not returning
impl Intoand instead just returningT.Hmm, right. I think it still might be warranted in niche cases, but trying to think of such a case made it pretty protracted in my head… maybe when functions can also be called for side effects, and the
intoconversion is costly and the caller might not care about the return value?



