Java Design Patterns: Creational
Author: Bethan Palmer
Released: 8/29/2018
Skill Level: Intermediate
Duration: 1h 3m
Design patterns provide a kind of template for writing
quality code. Knowing which design pattern to use in which scenario can be
challenging, but will make you a better Java programmer. This course takes a
deep dive into creational patterns, which can help you create more flexible,
reusable objects. Instructor Bethan Palmer covers the five most popular
creational patterns—Builder, Singleton, Prototype, Factory Method, and Abstract
Factory—as well as concepts such as multithreading, mutability, and
hierarchies. She provides example use cases, complete with implementation
instructions and tips for avoiding the unique challenges posed by each pattern.
By the end of the course, you'll be armed with the knowledge and skills
necessary to implement each design pattern in your own Java projects.
Topics include:
What are creational design patterns?
Avoid complex constructors
Implementing the Builder pattern
Multithreading with the Singleton pattern
Using the Prototype pattern
Implementing a simple Factory Method pattern
Making code more flexible with the Abstract Factory pattern
Exercise Files
Comments
Post a Comment