Scala Specific Design Patterns

Abstract

Writing real world applications using Scala requires the ability to write well-structured and easy to understand code. Often this can be achieved using a well-defined design pattern. In the course, Scala Specific Design Patterns, you’ll learn to use such design patterns in order to create your own well-structured Scala applications. First, you’ll explore how to use Typeclass pattern and Cake pattern. Next, you’ll discover how to lazily evaluate expressions. Finally, you’ll dive into the concepts of Lens, Implicits Injection, and Memoization patterns. When you’re finished with the course, you’ll have the necessary knowledge of design patterns needed to understand how, when, and why to use them.

Publication
Pluralsight
comments powered by Disqus

Related