SamanthaGuillemette / SOEN390

SOEN390 Project
MIT License
5 stars 0 forks source link

Refactor: Moved all the "populate" functions for the DB into their own file #260

Closed smarkandu closed 2 years ago

smarkandu commented 2 years ago

I moved all the "populate" functions for the DB into their own .js file (such that the other DB files aren't dependent on the "data" .js files we import, etc).

This should be pretty much a "no-brainer" PR, since these functions are never called in our code. We only call them when we need to every once in awhile.