Skip to content

Files

Latest commit

a503c81 · Sep 22, 2022

History

History

chapter05_singleton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 20, 2021
Sep 22, 2022

readme.md

Chapter 5: Singleton design pattern

Singleton: ensures a class has only one instance, and provides a global point of access to it.

My implementation is based this stackoverflow post.

Running the code

python chocolate.py