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

Applying a Creational Design Pattern (Builder Pattern) #238

Closed Giusten-Annetta closed 3 years ago

Giusten-Annetta commented 3 years ago

EECS 3311 at York University Course Instructor: Maleknaz Nayebi Final Course Project

Here I am applying a creational design pattern to the code. The design pattern that I chose to implement was the builder pattern. The area of the code that I decided to apply this on was for creating the locales. This includes both the DE and FR locales. The intention of this design pattern is to allow a construction process which can be used to create different representations of any complex locale object.