Remove ChannelEnd::order_matches()
#394
Labels
A: good-first-issue
Admin: good for newcomers
A: low-priority
Admin: low priority / non urgent issue, expect longer wait time for PR reviews
O: maintainability
Objective: cause to ease modification, fault corrections and improve code understanding
Milestone
We should use a
match
statement instead. This pattern encourages not looking at all possible variants, and shouldn't be used.At the same time, we should understand what the
Order::None
represents, and if we keep it, what to do in cases where the order isNone
.The text was updated successfully, but these errors were encountered: