Lessons: 13Length: 1.6 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

4.3 Implementing The Simple Factory Pattern (Part 2)

This lesson has us actually introducing an implementation of the Simple Factory pattern, though it's going to extend through this lesson and the following plugin.

In this plugin, we're going to stub out the code to build the Simple Factory pattern.

We're going to move forward with by refactoring our code so that we're able to leverage the design pattern that we've just implemented.