#software-development
Read more stories on Hashnode
Articles with this tag
Software entropy is the tendency of software to degrade over time as it is modified. - Ivar Jacobson · Yes, that topic again. After all, we all know that...
The problem is not that testing is the bottleneck. The problem is that you don’t know what’s in the bottle. That’s a problem that testing addresses! ·...
Pretty good testing is easy to do... Excellent testing is quite hard to do. — James Bach · Writing tests that aggregate value is important for any...
The closer your tests are to the implementation the more sensitive they are to changes. - Mauricio Aniche. · Testing can be a common activity for...
More than the act of testing, the act of designing tests is one of the best known bug preventatives - Boris Beizer · There is no more space for criticism...
It is hard enough to find an error in your code when you are looking for it; it is even harder when you assume that your code is error-free. - Steve M ·...