Functional Design Patterns – the Deep Theory

The Scala programming language is a hybrid between a functional and object-oriented language. Most of the object-oriented design patterns are still applicable. However, in order to facilitate the full power of Scala, you also need to be aware of the purely functional aspects of it. When using the language and reading tutorials or best practices, developers will most likely notice terms such as monoids, monads, and functors appearing more often as the problems become harder or the solutions are desired to be more elegant. In this chapter, we will focus on the following functional design patterns:

  • Monoids
  • Functors
  • Monads

There are a lot of resources on the preceding topics all over the internet. ...

Get Scala Design Patterns - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.