Book Image

Design Patterns and SOLID Principles with Java [Video]

By : Róbert Kohányi
Book Image

Design Patterns and SOLID Principles with Java [Video]

By: Róbert Kohányi

Overview of this book

This course will guide you through the whys and hows of important design patterns using SOLID principles and, more importantly, will help you recognize opportunities to apply these; its focus is on real-world problems and down-to-earth explanations to get you started quickly. The goal of the course is not to have you breeze through every design pattern in existence in a few minutes with oversimplified examples. Instead, you will learn selected design patterns in an in-depth way. During the course, you'll also familiarize yourself with the major aspects of SOLID design and writing clean code, as these concepts and applying design patterns should go hand-in-hand. By the end of the course, you will be able to identify (and confidently apply) design patterns in your own applications and be empowered to make your design choices using complex examples. All the code and supporting files are on GitHub at: https://github.com/PacktPublishing/Design-Patterns-and-SOLID-Principles-with-Java
Table of Contents (6 chapters)
Chapter 3
Maintainable Code with the Strategy Pattern
Content Locked
Section 2
Strategy for Changing Requirements
Implementing new requirements into an existing application is challenging. Doing all this while thinking ahead, and applying the Strategy pattern is even more complex. This video will explore the steps need to be taken to integrate new features into an application, using this design pattern.