...Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! Oh ... I have made a serious effort to write and run tests as an intergated part of the job. Some of the benefits: - One can't just ... once to me that a modification of an existing function broke one test out of more than 3000. This I would have never found just ...
... Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! ... Jerry, ..., though. Your post was a list of key features of my preferred programming language [with which Jerry is also familiar] FORTH encourages top down design with bottom up coding/testing "clf" was a reference to comp.slang.forth ...
...Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! I've been hacking ... I have made a serious effort to write and run tests as an intergated part of the job. Unfortunately, even if all parts ... to look for patterns and possibly see what might be wrong. The program used a polynomial root-finder which factored ...
....ntnu.no> wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! I've been hacking ... I have made a serious effort to write and run tests as an intergated part of the job. Some of the benefits: - One can't just ... hard to exercise the corner cases outside a test harness. - One knows when one is finished, since the code ...
Vladimir Vassilevsky wrote: Rune Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! I've been hacking away on some C...for the first time I have made a serious effort to write and run tests as an intergated part of the job. Unfortunately, even if all parts are working, that...
...Rune Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! ... Jerry, shall ... post Your post was a list of key features of my preferred programming language [with which Jerry is also familiar] FORTH encourages top down design with bottom up coding/testing "clf" was a reference to comp.slang.forth newsgroup...
Rune Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! I've been hacking away on some C++ code for a week now, and for the first time I have made a serious effort to write and run tests as an intergated part of the job. Unfortunately, even if all parts are working, that does not ...
... Sep, 23:59, Richard Owlett <rowl...@atlascomm.net> wrote: Rune Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! ... Jerry, shall we let him in on a post 3rd generation language (aside to Rune - its newsgroup is abbreviated clf, LOL ;) Well,...
... Allnor wrote: Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! I've been hacking ... time I have made a serious effort to write and run tests as an intergated part of the job. Some of the benefits: - One can't just ...bugs one made earlier (and thus, flaws in previous tests.) I just found and corrected a bug I wrote ...
Probably obvious to the pros out there, but test-drivenprogramming has really made a difference! I've been hacking away ...time I have made a serious effort to write and run tests as an intergated part of the job. Some of the benefits: - One can't just .... - One knows when one is finished, since the code apasses all the tests. Which means one avoids stress as one knows the exact ...