Behavioral Design Patterns in Swift 5
Offered By: Pluralsight
Course Description
Overview
This course will teach you how to effectively manage object interactions in your application, resulting in a more organized, flexible, and maintainable Swift codebase.
Complex object interactions and unclear responsibilities can make our lives as developers quite challenging, leading to code that’s hard to manage, extend, and debug. In this course, Behavioral Design Patterns in Swift 5, you’ll learn to develop efficient, scalable, and maintainable Swift applications. First, you’ll dive into the Chain of Responsibility and Command patterns, which allow for dynamic behavior changes and efficient communication between objects. Next, you’ll explore the Interpreter that allows you to map a domain to a language and define its rules. The Iterator provides an elegant way to traverse collections without exposing their underlying representations. Then, you’ll master the Mediator and Memento patterns, providing you with techniques to facilitate communication between objects without requiring them to be explicitly aware of each other and to capture and restore an object’s internal state. The Observer and State patterns enable your objects to react to state changes and allowing an object to change its behavior when its state changes. Moving forward, you’ll learn the Strategy and Template Method patterns, helping you define a family of algorithms and let subclasses redefine certain steps of an algorithm without changing its structure. Finally, you’ll explore the Visitor pattern, which lets you separate algorithms from the objects on which they operate, enhancing flexibility and scalability. When you’re finished with this course, you’ll have the skills and knowledge of behavioral design patterns needed to enhance the clarity, flexibility, and robustness of your Swift applications, ensuring they are well-prepared for future maintenance and enhancements.
Complex object interactions and unclear responsibilities can make our lives as developers quite challenging, leading to code that’s hard to manage, extend, and debug. In this course, Behavioral Design Patterns in Swift 5, you’ll learn to develop efficient, scalable, and maintainable Swift applications. First, you’ll dive into the Chain of Responsibility and Command patterns, which allow for dynamic behavior changes and efficient communication between objects. Next, you’ll explore the Interpreter that allows you to map a domain to a language and define its rules. The Iterator provides an elegant way to traverse collections without exposing their underlying representations. Then, you’ll master the Mediator and Memento patterns, providing you with techniques to facilitate communication between objects without requiring them to be explicitly aware of each other and to capture and restore an object’s internal state. The Observer and State patterns enable your objects to react to state changes and allowing an object to change its behavior when its state changes. Moving forward, you’ll learn the Strategy and Template Method patterns, helping you define a family of algorithms and let subclasses redefine certain steps of an algorithm without changing its structure. Finally, you’ll explore the Visitor pattern, which lets you separate algorithms from the objects on which they operate, enhancing flexibility and scalability. When you’re finished with this course, you’ll have the skills and knowledge of behavioral design patterns needed to enhance the clarity, flexibility, and robustness of your Swift applications, ensuring they are well-prepared for future maintenance and enhancements.
Syllabus
- Course Overview 1min
- Introduction 4mins
- The Chain of Responsibility 17mins
- The Command 20mins
- The Interpreter 15mins
- The Iterator 11mins
- The Mediator 23mins
- The Memento 13mins
- The Observer 15mins
- The State 18mins
- The Strategy 9mins
- The Template Method 9mins
- The Visitor 11mins
- Final Thoughts 1min
Taught by
Karoly Nyisztor
Related Courses
Functional Program Design in ScalaÉcole Polytechnique Fédérale de Lausanne via Coursera C# Scripting in Unity: The Observer Pattern
Pluralsight C# Design Patterns: Part 1 (2016)
LinkedIn Learning C# Design Patterns: Part 2
LinkedIn Learning Java EE: Design Patterns and Architecture
LinkedIn Learning