ITU-BDSA2024-GROUP26 / Chirp

MIT License
0 stars 1 forks source link

As a developer i want to make CSVDatabase into a singleton as multiple instances of is most likely undesirable. #11

Closed T0rvadaL closed 1 month ago

T0rvadaL commented 2 months ago

User story: As a developer, I want to make CSVDatabase a singleton so that the system maintains only one instance of the database throughout the application, ensuring consistent data access and avoiding potential conflicts from having multiple instances.

Success criteria: