Skip to content

Commit

Permalink
Merge pull request inaka#9 from inaka/igaray.4.rejected
Browse files Browse the repository at this point in the history
[Closes inaka#4] Added REJECTED.md
  • Loading branch information
elbrujohalcon committed Aug 11, 2014
2 parents 34c47bd + c482bda commit 004f831
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions REJECTED.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Rejected rules and suggestions

***

##### rule
> Use tail-recursive functions instead of foldl
##### rejected because
We love high-order functions!

***

##### rule
> Using ``'andalso'``, ``'orelse'``, and the like, might save a 'case' or two
##### rejected because
They're not intended to be used that way and the resulting code messes up with dialyzer

0 comments on commit 004f831

Please sign in to comment.