This post originated from an RSS feed registered with Python Buzz
by Ian Bicking.
Original Post: Runtime vs. Test time
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Agile practitioners often suggest we should get code quality through extensive testing. People sometimes talk about the proportion of code dedicated to testing vs. the actual code. 1:1 ratios are good, 1:2 or 1:3 a sign of true agile dedication.
Defenders of static typing have long claimed that it helps them avoid bugs, the [...]