🆕 Functional Program Design Philosophy in Scala

Sharing learning notes written based on ‘Functional Program Design in Scala’ and ‘Programming in Scala’ (both by Martin Odersky).

⭐ It explains how to apply the functional programming style in the design of Scala program, i.e., explains why some Scala code is designed in this way, and why doing so is elegant.

Background: This note might need some foundational knowledge of Scala. If you are new to Scala, can start by visiting Functional Programming in Scala .

One thought on “🆕 Functional Program Design Philosophy in Scala

Leave a Reply

Your email address will not be published. Required fields are marked *