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
Press Submit to check your solution.
Back to lesson: Practice: Capstone: Final Readiness