-
Book Overview & Buying
-
Table Of Contents
Scala Design Patterns
By :
Scala Design Patterns
By:
Overview of this book
Scala has become increasingly popular in many different IT sectors. The language is exceptionally feature-rich which helps developers write less code and get faster results. Design patterns make developer’s lives easier by helping them write great software that is easy to maintain, runs efficiently and is valuable to the company or people concerned.
You will learn about the various features of Scala and be able to apply well-known, industry-proven design patterns in your work. The book starts off by focusing on some of the most interesting features of Scala while using practical real-world examples. We will also cover the popular "Gang of Four" design patterns and show you how to incorporate functional patterns effectively. By the end of this book, you will have enough knowledge and understanding to quickly assess problems and come up with elegant solutions.
Table of Contents (14 chapters)
Preface
1. The Design Patterns Out There and Setting Up Your Environment
2. Traits and Mixin Compositions
3. Unification
4. Abstract and Self Types
5. Aspect-Oriented Programming and Components
6. Creational Design Patterns
7. Structural Design Patterns
8. Behavioral Design Patterns – Part 1
9. Behavioral Design Patterns – Part 2
10. Functional Design Patterns – The Deep Theory
11. Functional Design Patterns – Applying What We Learned
12. Real-Life Applications
Index