by Emily Bache | Jun 12, 2018 | How-to
This post was originally published on Praqma’s blog A short story about Pre-tested Integration Three programmers Continuous Integration and Code Review are strongly correlated with success. Many use Pull Requests for code review, but for co-located teams...
by Emily Bache | Feb 11, 2017 | Experience Report
Note: This post first appeared on Pagero’s blog One of the questions that Kent Beck asked when he was developing the eXtreme Programming development methodology, was what happens if we turn the dials up all the way to 10? Take a practice we know is good, and do...
by Emily Bache | Aug 6, 2012 | Coding Skills
Please note – As of March 2013, I have rewritten this post in the light of further experience and discussions. The updated post is available here. I feel like I’ve spent most of my career learning how to write good automated tests in an agile environment....
by Emily Bache | Nov 9, 2011 | Coding Skills
Programmers have a vested interest in making sure the software they create does what they think it does. When I’m coding I prefer to work in the context of feedback from automated tests, that help me to keep track of what works and how far I’ve got....
by Emily Bache | Oct 14, 2011 | Review
I’m speaking next week at ScanDev on Tour in Stockholm on the subject of “Software Development Craftsmanship”, and as part of my research I read both “The Clean Coder” by Robert C. Martin and “Apprenticeship Patterns” by Dave...