Antman writes software

Antman writes software

Follow
homeAbout mebadgesnewsletter
Tag

design patterns

#design-patterns

More content

Read more stories on Hashnode


Articles with this tag

Functional Singletons in TypeScript With Real Use Cases

Aug 22, 20218 min read

Singletons are commonly used in Object Oriented Programming when we want to enforce that there is only ever a single instance of a class. This might...

Functional Singletons in TypeScript With Real Use Cases