Tdd Quotes

Quotes tagged as "tdd" Showing 1-5 of 5
Kent Beck
“If you're happy slamming some code together that more or less works and you're happy never looking at the result again, TDD is not for you. TDD rests on a charmingly naïve geekoid assumption that if you write better code, you'll be more successful. TDD helps you to pay attention to the right issues at the right time so you can make your designs cleaner, you can refine your designs as you learn.”
Kent Beck, Test-Driven Development: By Example
tags: tdd

Yegor Bugayenko
“Automated testing is a safety net that protects the program from its programmers”
Yegor Bugayenko, Code Ahead

Kent Beck
“However, those whose souls are healed by the balm of elegance can find in TDD a way to do well by doing good. TDD is also good for geeks who form emotional attachments to code. One of the great frustrations of my young engineer's life was starting a project with great excitement, then watching the code base decay over time. A year later I wanted nothing more than to dump the now-smelly code and get on to the next project. TDD enables you to gain confidence in the code over time. As tests accumulate (and your testing improves), you gain confidence in the behavior of the system. As you refine the design, more and more changes become possible. My goal is to feel better about a project after a year than I did in the starry-eyed beginning, and TDD helps me achieve this.”
Kent Beck, Test-Driven Development: By Example

Kent Beck
“Used Pluggable Adaptor, which we promise not to use again for four months, minimum, because it makes code hard to statically analyze.”
Kent Beck, Test-Driven Development: By Example

Yegor Bugayenko
“Attributing bugs to their authors doesn't make them more responsible, only more scared.”
Yegor Bugayenko, Code Ahead