fp

Referential Transparency in Scala Pt. I - Pure functions

In this post we are going to learn one of the core concepts of Functional Programming (FP), Referential Transparency (RT), and how to carry it out in our Scala applications with the help of pure functions.

Read