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.
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.