jacobhogrefe / ParkingBuddy

0 stars 0 forks source link

Location of the Arrays for Parking Spots #7

Open Ceffrece opened 1 year ago

Ceffrece commented 1 year ago

Where should I put the arrays for parking spots? Right now I have them being created and then displaying themselves in the printParkingSpaces() function, but that won't work when we want dummy data. My thought is to create them close to the program start, but I don't know where the best spot is for that.

Osrosario commented 1 year ago

I got it covered.