On Tue, Dec 1, 2020, 19:57 Larry Garfield <[email protected]> wrote:
> > > Disagree. switch is a procedural logic flow control. match is an > evaluation expression. Things like fallthrough do not belong there, as it > mushes expressions together in weird ways. match is lovely because its > logic flow is simple and predictable. We should keep that. > Full ack: the power of the new expression is that it is in fact an expression. Adding procedural capabilities only makes it more complicated, and for that you can already shoot yourself in a foot with `switch` >
