We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27209e8 + 17bb546 commit f99365dCopy full SHA for f99365d
general-patterns/switch-pattern.html
@@ -17,7 +17,8 @@
17
* 4. Avoiding fall-throughs (when you omit the break intentionally). If you're absolutely convinced
18
* that a fall-through is the best approach, make sure you document such cases, because they might
19
* look like errors to the readers of your code.
20
- * 5. Ending the `switch` with a `default`: to make sure there's always a sane result even if none of the cases matched.
+ * 5. Ending the `switch` with a `default`: to make sure there's always a sane result even if none of
21
+ * the cases matched.
22
*/
23
24
var inspect_me = 0,
0 commit comments