Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 439 Bytes

6-the-update-part.md

File metadata and controls

14 lines (9 loc) · 439 Bytes

6 - The "Update" Part

Task: Refactor your code to allow modifying existing entities.

Tip: Try to decouple your code as much as you can, so that you can be more efficient later.

Task: Write a scenario to cover this new feature.


Previous | Back to the index  | Next