Skip to content

Commit

Permalink
Add resources on preferring Maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
googleson78 committed Nov 11, 2021
1 parent 5e0e367 commit 81dcc7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@

* Специализирани ресурси:

* защо да правим `a -> Maybe b`, вместо `a -> Bool`:
* https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
* https://runtimeverification.com/blog/code-smell-boolean-blindness/
* https://existentialtype.wordpress.com/2011/03/15/boolean-blindness/
* Мазохизъм/Програмиране с типове - [Thinking with Types](https://thinkingwithtypes.com/)
* Паралелно и конкуретно програмиране - [Parallel and Concurrent Programming in Haskell](https://simonmar.github.io/pages/pcph.html)
* Разглеждане на фундаментални типови класове - [Typeclassopedia](https://wiki.haskell.org/Typeclassopedia)
Expand Down

0 comments on commit 81dcc7f

Please sign in to comment.