Abstract: As I've learned to improve the way I work, I've discovered that almost everything we do needs to be smaller. We would benefit from smaller stories, smaller tests, smaller classes, smaller methods, and smaller commits.
In this workshop, we'll spend some time looking at how to make each of these things smaller, and the advantages of spending the time to do so. Then we'll break into pairs to work on some real code, to get some practice in finding ways to improve our code by finding the smaller pieces.
Learning Outcomes: - * How smaller helps us focus at every level
- * Techniques to help write more readable code
- * Techniques for refactoring to smaller functions/methods/classes
- * Writing smaller stories
- * Writing more concise tests
- * Saving time on estimating with smaller stories
Attachments: