TDD anti-patterns - episode 4 - The greedy catcher, The sequencer, Hidden dependency and The enumerator - with code examples in javascript, python and php
This is a follow up on a series of posts around TDD anti patterns. The first of this series covered: the liar, excessive setup, the giant and slow poke, those four are part of 22 more, which is listed in the James Carr post and also discussed in a stackoverflow thread. Do you prefer this content in video format? The video is available on demand in livestorm. In this blog post we are going to focus on four more of them, named: The greedy catcher, The sequencer, Hidden dependency and The enumerator. Each one of them focuses on a specific...