The FAQ currently states
A language needs only one conditional control flow construct.
Go currently has multiple conditional flows, if-else, switch-case, and (?) select-case. This can be potentially problematic for the argument against a ternary operator.
The FAQ currently states
Go currently has multiple conditional flows,
if-else,switch-case, and (?)select-case. This can be potentially problematic for the argument against a ternary operator.