Open Zamir95 opened 3 years ago
Why: I implemented a singleton class so there can only be one instance of the class. Its beneficial because it helps the user understand the code better.
How: By using a singleton class and forcing there to be only one instance
Why: I implemented a singleton class so there can only be one instance of the class. Its beneficial because it helps the user understand the code better.
How: By using a singleton class and forcing there to be only one instance