Quote by Stephan B Wessels
Once you get used to thinking about Unit Tests as you write code, you tend to write code in nice tight modular pieces.
Summary
This quote emphasizes how incorporating unit tests into the code-writing process can shape the mindset of a developer. When one adopts the practice of writing unit tests alongside the code, there is a shift towards creating smaller, independent modules that are easier to test. By breaking down the code into these modular pieces, developers can ensure that each component functions accurately on its own, promoting code organization and coherence. Ultimately, thinking about unit tests during coding encourages the development of clean and efficient code.