Quiz
INVEST Splitting Anti-Patterns
Identifying a story split that violates the INVEST principles by cutting along architectural layers.
A team splits a large 'user checkout' story into: (1) 'Build the database schema for orders', (2) 'Create the payment API endpoints', and (3) 'Build the checkout UI'. Each is one story. Which INVEST principle does this split MOST violate, and why?