Book description
Write efficient, clean, and reusable code with Scala
About This Book
- Unleash the power of Scala and apply it in the real world
- Increase your efficiency by leveraging the power of Creational, Structural, Behavioural, and Functional design patterns
- Build object oriented and functional applications quickly and effectively
Who This Book Is For
If you want to increase your understanding of Scala and apply it to real-life application development, then this book is for you. We've also designed the book to be used as a quick reference guide while creating applications. Previous Scala programming knowledge is expected.
What You Will Learn
- Immerse yourself in industry-standard design patterns - structural, creational, and behavioral - to create extraordinary applications
- Feel the power of traits and their application in Scala
- Implement abstract and self types and build clean design patterns
- Build complex entity relationships using structural design patterns
- Create applications faster by applying functional design patterns
In Detail
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.
Style and approach
The design patterns in the book will be explained using real-world, step-by-step examples. For each design pattern, there will be hints about when to use it and when to look for something more suitable. This book can also be used as a practical guide, showing you how to leverage design patterns effectively.
Table of contents
-
Scala Design Patterns
- Table of Contents
- Scala Design Patterns
- Credits
- About the Author
- Acknowledgments
- About the Reviewer
- www.PacktPub.com
- Preface
-
1. The Design Patterns Out There and Setting Up Your Environment
- Design patterns
-
Design pattern categories
- Creational design patterns
- Structural design patterns
-
Behavioral design patterns
- The value object design pattern
- The null object design pattern
- The strategy design pattern
- The command design pattern
- The chain of responsibility design pattern
- The interpreter design pattern
- The iterator design pattern
- The mediator design pattern
- The memento design pattern
- The observer design pattern
- The state design pattern
- The template method design pattern
- The visitor design pattern
- Functional design patterns
- Scala-specific design patterns
- How to choose a design pattern
- Setting up the development environment
- Summary
- 2. Traits and Mixin Compositions
- 3. Unification
- 4. Abstract and Self Types
- 5. Aspect-Oriented Programming and Components
-
6. Creational Design Patterns
- What are creational design patterns?
- The factory method design pattern
- The abstract factory
- Other factory design patterns
- Lazy initialization
- The singleton design pattern
- The builder design pattern
- The prototype design pattern
- Summary
- 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
Product information
- Title: Scala Design Patterns
- Author(s):
- Release date: February 2016
- Publisher(s): Packt Publishing
- ISBN: 9781785882500
You might also like
book
Scala Design Patterns - Second Edition
Learn how to write efficient, clean, and reusable code with Scala About This Book Unleash the …
book
Scala in Action
Scala in Action is a comprehensive tutorial that introduces Scala through clear explanations and numerous hands-on …
book
Scala Functional Programming Patterns
Grok and perform effective functional programming in Scala About This Book Understand functional programming patterns by …
book
Functional Programming in Scala
Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply …