Is there a preferred shorthand typealias naming co...
# arrow
k
Is there a preferred shorthand typealias naming convention that’s standard to Either’s? Something like, Either<DomainError, SomeResult> being ESomeResult, or is it better practice to just leave it as explicit as possible?
c
IMO, leave it as explicit as possible
👍 2