Replies: 1 comment
-
This was just discussed in #1028. It's not planned to make such a breaking change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to propose a feature change on
switch
statement.Instead of explicitly tells the switch condition to break. Make them to break by default and use a keyword to explicitly "falls through" from a switch condition to another.
This will reduce the time to write
break
everytime you want the condition to not falls through to another condition.Beta Was this translation helpful? Give feedback.
All reactions