rbignon / doctoshotgun

Script to automatically book a vaccine slot on Doctolib in the next seven days.
GNU General Public License v3.0
549 stars 142 forks source link

Application of creational pattern ~ singleton #269

Closed LadyAlyac closed 3 years ago

LadyAlyac commented 3 years ago

I created a singleton design pattern in class Application, i did this to ensure that the application class has at most only one instance and provides a global access point to that instance and thereby, making it illegal to construct more instances by an raising exception when there is more than one instance.