DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
What single discipline rule does the evolvable/no-versioning strategy rely on for every single change?
A
Rewrite the entire API from scratch on each change
B
Only ever ADD new optional fields — never remove, rename, or change the type/meaning of an existing field
C
Always require clients to specify a version header anyway
D
Never add any new fields after the initial release
Check Answer