Welcome Guest, Not a member yet? Register   Sign In
Test-driven development
#2

(This post was last modified: 04-08-2015, 02:35 AM by ivantcholakov. Edit Reason: 4 )

I can propose some random thoughts:

1. If you ship, you will win; if you write tests too much, you will loose. "Ship the f...... thing!" - http://www.joelonsoftware.com/items/2009/09/23.html
2. Write code in such manner that allows you to make a release at arbitrary moment. Code always should work.
3. "Automated testing is only about 30-40% effective at finding defects" - http://blog.ircmaxell.com/2014/12/being-...loper.html It is more important in preventing degradation and TDD.

I thing, code quality depends on you, there is no a magic methodology to eliminate the subjective factor and there never will be. If you need to test some functionality, fine, but "100% coverage" is not justified economically.

Edit:
4. If it is possible, the author of the tested code != the author of the corresponding tests.
Reply


Messages In This Thread
Test-driven development - by GeorgeD - 04-08-2015, 01:26 AM
RE: Test-driven development - by ivantcholakov - 04-08-2015, 02:26 AM
RE: Test-driven development - by alkarim - 04-21-2015, 07:18 AM
RE: Test-driven development - by kilishan - 04-21-2015, 07:40 AM
RE: Test-driven development - by dmyers - 04-21-2015, 07:45 AM
RE: Test-driven development - by kenjis - 04-15-2022, 06:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB