Scala Design Patterns: Design modular, clean, and scalable applications by applying proven design patterns in Scala, 2nd Edition

Ivan Nikolov

  • 出版商: Packt Publishing
  • 出版日期: 2018-04-11
  • 售價: $1,940
  • 貴賓價: 9.5$1,843
  • 語言: 英文
  • 頁數: 396
  • 裝訂: Paperback
  • ISBN: 178847130X
  • ISBN-13: 9781788471305
  • 相關分類: JVM 語言Design Pattern
  • 海外代購書籍(需單獨結帳)

商品描述

Learn how to write efficient, clean, and reusable code with Scala

Key Features

  • Unleash the power of Scala and apply it in the real world to build scalable and robust applications.
  • Learn about using and implementing Creational, Structural, Behavioral, and Functional design patterns in Scala
  • Learn how to build scalable and extendable applications efficiently

Book Description

Design patterns make developers' 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'll learn about the various features of Scala and will 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 and latest features of Scala while using practical real-world examples. We will be learning about IDE's and Aspect Oriented Programming. We will be looking into different components in Scala. We will also cover the popular "Gang of Four" design patterns and show you how to incorporate functional patterns effectively. The book ends with a practical example that demonstrates how the presented material can be combined in real-life applications. You'll learn the necessary concepts to build enterprise-grade applications.

By the end of this book, you'll have enough knowledge and understanding to quickly assess problems and come up with elegant solutions.

What you will learn

  • Immerse yourself in industry-standard design patterns-structural, creational, and behavioral-to create extraordinary applications
  • See 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

Who This Book Is For

If you want to increase your understanding of Scala and apply design patterns to real-life application development, then this book is for you.Prior knowledge of Scala language is assumed/ expected.

Table of Contents

  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 one
  9. Behavioral Design Patterns - Part two
  10. Functional Design Patterns - the Deep Theory
  11. Applying What We HaveLearned
  12. Real-Life Applications