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 Creational Design Pattern (Builder Design Pattern) #217

Closed tangentJet closed 3 years ago

tangentJet commented 3 years ago

EECS 3311 course instructed by Prof. Maleknaz Nayebi from York University In this branch, I tried to apply builder design patterns by separating the construction of a complex object: date, vaccine, and patient, from its representation, so any programmer can use that instruction to create a different representation.