Flyweight - Design Pattern
Objective ๐ฏ
Allow to put more objects into the available memory RAM by sharing common parts between multiple objects.
Notes ๐
โข Flyweight object has a single-instance (singleton) and can be reused by other objects.
โข Intrinsic state means that the...
victorlins.hashnode.dev3 min read