Our TDD practices are coming along nicely and maturing. Making sure we have the test coverage has really helped to produce code we are more sure of, with fewer issues. Since we incorporate testing into our workstreams, we also catch any bugs right after development is finished, thus fixing them very early on, and delivering much more stable feature work. The testing has also helped in that we are more confident our feature work has been fully vetted before we send it out into the wild -- as such, when bugs do arise, we also have the confidence that it might be something that changed since our finished work, which can also help track it down much faster. Overall, I am experiencing much added value to our team from following thesepractices and ideals.