Builder Pattern - A Mutable Approach

Published: 11 March 2023
on channel: CS Student Strategies
23
2

Tre' Shows how you can implement the builder pattern using a mutable approach. If you want to use the builder pattern with immutable objects then take a look at the next video in the series.

Builder Pattern with Immutable Objects
   • Builder Pattern - An Immutable Approach  

Mutablility VS Immutability
https://www.tiny.cloud/blog/mutable-v...

Immutability
https://levelup.gitconnected.com/the-...