TDD - what are the short term gains/benefits?
Posted
by
ratkok
on Programmers
See other posts from Programmers
or by ratkok
Published on 2011-06-27T04:00:57Z
Indexed on
2011/06/27
8:30 UTC
Read the original article
Hit count: 465
Quite often benefits of using TDD are considered as 'long term' gains - the overall code will be better structured, more testable, overall less bugs reported by customers, etc.
However, where are the short terms benefits of using TDD? Are there any which are actually tengible and easily measureable?
Is it important to have an obvious (or even not obvious by quantifiable) short term benefit at all, if the long term gains are measurable?
© Programmers or respective owner