Software designs patterns are crucial to becoming a more veteran programmer. You begin to realize that your old bad habits can be solved with defined software design patterns. In this video, we talk about the factory pattern, and how you can use it in JavaScript, but this could be applied to any language.
The factory pattern is a robust object creation pattern that removes the logic of object creation and delegates it to the factory methods. In future videos, we will talk more about other design patterns and how to implement them.
As always, if you have any questions, please feel free to let me know in the comments!
Sections:
0:00 - Explanation of the pattern
1:14 - Implementation of the pattern in JavaScript
4:45 - Running and testing our code
My Github: https://github.com/Slashroot101
Factory Pattern Github: https://github.com/Slashroot101/nodej...
About me:
Hi, my name is Samuel and I am a back-end engineer. Software development has always been my passion, and Node.js was the language I started off with as a junior engineer.
I spent a lot of time self-learning, and some learning in college, and so I thought I would reciprocate my knowledge that I once took from the internet back to the internet in hopefully a helpful way.
#javascript #factory #programming #nodejs #tutorial #programmer