fsprojects / FSharpLint

Lint tool for F#
https://fsprojects.github.io/FSharpLint/
MIT License
303 stars 73 forks source link

DRAFT: Rule to recommend if-else construct instead of match clause #588

Open parhamsaremi opened 1 year ago

parhamsaremi commented 1 year ago

It improves code readability.

Fixes: https://github.com/fsprojects/FSharpLint/issues/545

NOTE: this PR supersedes an old PR