Working Effectively with Unit Tests Quotes
Working Effectively with Unit Tests
by
Jay Fields178 ratings, 3.99 average rating, 26 reviews
Working Effectively with Unit Tests Quotes
Showing 1-5 of 5
“when writing tests you should prefer DAMP (Descriptive And Maintainable Procedures) to DRY.”
― Working Effectively with Unit Tests
― Working Effectively with Unit Tests
“Tests do not, or at least should not collaborate; it’s universally accepted that inter-test dependency is an anti-pattern.”
― Working Effectively with Unit Tests
― Working Effectively with Unit Tests
“I don’t like test names. Technically they’re method names, but they’re never called explicitly.”
― Working Effectively with Unit Tests
― Working Effectively with Unit Tests
“Within a single test, DRY can often apply.”
― Working Effectively with Unit Tests
― Working Effectively with Unit Tests
“The right abstractions can reduce complexity; however, it’s often unclear which abstraction within a test will provide the most value to the team.”
― Working Effectively with Unit Tests
― Working Effectively with Unit Tests
