Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Kotlin Design Patterns and Best Practices - Third Edition

You're reading from  Kotlin Design Patterns and Best Practices - Third Edition

Product type Book
Published in Apr 2024
Publisher Packt
ISBN-13 9781805127765
Pages 474 pages
Edition 3rd Edition
Languages
Author (1):
Alexey Soshin Alexey Soshin
Profile icon Alexey Soshin

Table of Contents (19) Chapters

Preface Section 1: Classical Patterns
Getting Started with Kotlin Working with Creational Patterns Understanding Structural Patterns Getting Familiar with Behavioral Patterns Section 2: Reactive and Concurrent Patterns
Introducing Functional Programming Threads and Coroutines Controlling the Data Flow Designing for Concurrency Section 3: Practical Application of Design Patterns
Idioms and Anti-Patterns Practical Functional Programming with Arrow Concurrent Microservices with Ktor Reactive Microservices with Vert.x Assessments
Other Book You May Enjoy
Index

Classical Patterns

This section focuses on introducing the fundamental syntax of Kotlin and exploring the application of all traditional design patterns within Kotlin.

Traditional design patterns address three primary challenges in system design: efficient object creation, effective encapsulation of object hierarchies, and enhancing the dynamism in object behavior.

We will explore the design patterns that are inherently part of Kotlin and provide guidance on implementing those that are not.

This section comprises the following chapters:

  • Chapter 1, Getting Started with Kotlin
  • Chapter 2, Working with Creational Patterns
  • Chapter 3, Understanding Structural Patterns
  • Chapter 4, Getting Familiar with Behavioral Patterns

By the end of this section, you will have gained a solid understanding of Kotlin’s basics and the know-how to implement all the classical design patterns in Kotlin.

You have been reading a chapter from
Kotlin Design Patterns and Best Practices - Third Edition
Published in: Apr 2024 Publisher: Packt ISBN-13: 9781805127765
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}