A Taxonomy of Bugs
ruby0x1.github.io
A Taxonomy of Bugs
1–10 of 26 posts
Re: A Taxonomy of Bugs
#2Re: A Taxonomy of Bugs
#3Of course, the code I wrote to exercise the code I wrote had bugs, but usually I wouldn't make offsetting errors.
It didn't fix all the problems I made, but it helped. And it helped to have the humility when trying to fix code to realize I wouldn't get it the first time, so should automate replication
Re: A Taxonomy of Bugs
#4I was such a bad developer that I realized I had to automate the re-running of parts of the system to find the bugs. Of course, the code I wrote to exercise the code I wrote had bugs, but usually I wouldn't make offsetting errors. It didn't fix all the problems I made, but it helped. And it helped to have the humility when trying to fix code to realize I wouldn't get it the first time, so should automate replication
Congratz, you've independently invented integration tests.
Re: A Taxonomy of Bugs
#5I was such a bad developer that I realized I had to automate the re-running of parts of the system to find the bugs. Of course, the code I wrote to exercise the code I wrote had bugs, but usually I wouldn't make offsetting errors. It didn't fix all the problems I made, but it helped. And it helped to have the humility when trying to fix code to realize I wouldn't get it the first time, so should automate replication
> I had to automate the re-running of parts of the system to find the bugs Congratz, you've independently invented integration tests.
Re: A Taxonomy of Bugs
#6Re: A Taxonomy of Bugs
#7Is the party responsible for the bug bigger than you? If yes, it's your problem. If no, it's their problem.
Re: A Taxonomy of Bugs
#8I was such a bad developer that I realized I had to automate the re-running of parts of the system to find the bugs. Of course, the code I wrote to exercise the code I wrote had bugs, but usually I wouldn't make offsetting errors. It didn't fix all the problems I made, but it helped. And it helped to have the humility when trying to fix code to realize I wouldn't get it the first time, so should automate replication
> I had to automate the re-running of parts of the system to find the bugs Congratz, you've independently invented integration tests.
EDIT: But Acktshally `the code I wrote to exercise the code I wrote` is a description of "Unit Testing", not integration testing.