thrivethru / rent-a-scooter

0 stars 1 forks source link

OOP Scooter Project Notes #1

Open dunnoconnor opened 2 years ago

dunnoconnor commented 2 years ago

Hi Mark,

Great work on this so far. A strength is definitely your testing coverage. It looks like as you went you started declaring relevant test variables outside the scope of a single test; this is helpful because you can call those same variables several times.

If you were to keep working on this, I would be most interested in seeing how you built out the checkout/checkin systems so that the capacity limit is respected. Your comments give a good impression of where you were headed here.

-Michael.

thrivethru commented 2 years ago

Thanks Michael,

I added a bit to the checkout/checkin, but I don't think it is fully there for all the interactions though.

-Mark