HEJOK254 / Discord-QuickEdit

A discord application allowing users to quickly trim/edit/convert files, like videos.
Apache License 2.0
3 stars 3 forks source link

(CS-W1009) Switch statement is missing the `default` case #1

Closed HEJOK254 closed 5 months ago

HEJOK254 commented 5 months ago

Description

The default case is executed when none of the specified cases in the switch statement match. This is particularly useful when switch fails to cover all the possible values, either because all the cases weren't specified or that the range of values was later expanded.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/HEJOK254/Discord-QuickEdit/issue/CS-W1009/occurrences/