Update README.md

This commit is contained in:
Alexander Granin 2020-05-31 11:23:38 +07:00 committed by GitHub
parent 70ca22ecf6
commit 6c334586ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ A structured set of materials on how to build real-world applications in Haskell
* [Comparison of Approaches](#Comparison-of-Approaches)
* [Comparison Table](#Comparison-Table)
* [Design Principles](#Design-Principles)
* [Methodologies and Philosophy](#Methodologies-and-philosophy)
* [Philosophy](#Philosophy)
* [Best Practices & Guidelines](#Best-Practices--Guidelines)
* [Showcase Projects & Code Organization Samples](#Showcase-Projects--Code-Orgranization-Samples)
* [Haskell in Production. Success Stories, Experience Reports](#Haskell-in-Production--Success-Stories--Experience-Reports)
@ -121,7 +121,7 @@ A structured set of materials on how to build real-world applications in Haskell
Separate page:
- [Haskell Approaches Comparison Table](https://gist.github.com/graninas/1b7961ccaedf7b5cb92417a1599fdc99)
# Methodologies and Philosophy
# Philosophy
- [Boring Haskell Manifesto](https://www.snoyman.com/blog/2019/11/boring-haskell-manifesto) | **Michael Snoyman** | [Reddit discussion](https://www.reddit.com/r/haskell/comments/dzx15d/boring_haskell_manifesto_by_michael_snoyman/)
- [The Haskell Pyramid](https://patrickmn.com/software/the-haskell-pyramid/) | **Patrick**