Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 248 Bytes

description.md

File metadata and controls

6 lines (5 loc) · 248 Bytes

Cases should have more than one clause

A case expression with a single case clause is a glorified pattern match which can be accomplished with a single line of code. This is also generally a sign of incomplete refactoring of existing source code.