Closed
Description
openedon Jan 7, 2018
As discussed at #25402 (comment) and #20402 (comment), we should find better names for traits defined in traits.jl, since they are the only ones whose names start with Type
. Here's a list with suggestions:
TypeOrder
(possible choices:HasOrder
/Unordered
) ->OrderStyle
(Ordered
/Unordered
),HasOrder
(Ordered
/Unordered
) orIsOrdered
(Ordered
/Unordered
)TypeArithmetic
(ArithmeticRounds
/ArithmeticOverflows
/ArithmeticUnknown
) ->ArithmeticStyle
orArithmeticAccuracy
(BTW, it would make sense to addArithmeticExact
and divide overflow intoArithmeticWrapsAround
/ArithmeticSaturates
.)TypeRangeStep
(RangeStepRegular
/RangeStepIrregular
) ->RangeStep
orRangeStepStyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels