Skip to main content

Practice ยท 2 of 2

Code Review: Which Design Survives?

Two designs for the capstone storage layer are below. Write choose_design() returning "A" or "B" โ€” the design that keeps the CLI testable and swappable. Then a comment line starting with # explaining why (one line, must mention the word 'storage' or 'layer').

Difficulty: beginner

Back to lesson: Practice: Capstone: Final Readiness