jpantana / sandwich-maker

0 stars 0 forks source link

Meat Module #10

Open jpantana opened 5 years ago

jpantana commented 5 years ago

User Story

As a developer, I should make sure the ingredient objects cannot be accessed by the other modules except through an accessor (getter) method.

AC

WHEN module exposes a method named add{ingredient} (e.g. addMeat or addVeggies) that accepts a single argument. THEN argument's value should be the ingredient selected by the user.

Development