Incremental Kata - no peeping ahead! This is an incremental kata to simulate a real business situation: work your way through the steps in order, but do not read the next requirement before you have finished your current one.
Is tired of all those boring tasks like bowling game scores, bank accounts, singing songs or commanding mars rovers. This time you want to do something truly innovative: A Social Network!
Your team also decided for this project to not only apply TDD and pair-programming - this time you’re gonna use BDD to cover all important features.
Posting: Alice can publish messages to a personal timeline
Reading: Bob can view Alice’s timeline
Following: Charlie can subscribe to Alice’s and Bob’s timelines, and view an aggregated list of all subscriptions
Mentions: Bob can link to Charlie in a message using “@”
Links: Alice can link to a clickable web resource in a message
Direct Messages: Mallory can send a private message to Alice
Proposed to me by César González
Inspired by Sandro Mancuso & Samir Talwar