Finally it's time to start coding. The story I take on first is "Display song list". The first story is always quite big since there is some infrastructure to get right, so to keep the steps small I will first concentrate on starting the application and creating a good foundation for my tests.
- Songs window is displayed when application starts
- Move constructor logic to separate method
- Application closes when songs window closes
- Raise event duplication
- Application does not close before songs window closes
- Merging the fakes
- Open the view fluently
- Songs window closes when clicking close button
- The song list is initially empty
- Splitting Thingy
- Reflections