Comments on: The Value of Testing https://j11y.io/general/the-value-of-testing/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: James https://j11y.io/general/the-value-of-testing/#comment-2676 Sun, 29 Dec 2013 17:53:30 +0000 https://j11y.io/?p=2417#comment-2676 @Daniel: Definitely agree with what you’ve said about architecture. Curiously, and slightly depressingly: I have seen many examples of software companies writing code with both bad architecture and no formal specs.. which is a great shame.

]]>
By: Daniel https://j11y.io/general/the-value-of-testing/#comment-2674 Tue, 17 Dec 2013 12:23:21 +0000 https://j11y.io/?p=2417#comment-2674 Hello James,

Very nice article.

Having a poor architecture in my opinion will have a double impact.
First impact will have on the time that is required to develop a software and the second one is on testing, because the testing it would be like in an endless loup. The tester finds a bug, the dev will fix it but due to bad architecture there is a change that he may generated another bug in another area of the website and so on.

I don’t think that there are software companies that are not testing their products. Not having a well structured code and not testing this could mean the end of a software company.
There is a certain value of testing that brings only positive things and all companies should invest in testing and code review.

]]>