General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Peter deWolf
Dave's Garage
comments
Comments by "Peter deWolf" (@StoneShards) on "What Successful Programmers Do That Others Don't: Dave Cutler" video.
In development, I always coded for test, meaning, I put things in the code to enable straightforward testing of it...does it do what it's supposed to do. But it also means, does it do what it's not supposed to do on the way to doing what it's supposed to--side-effects, iow. "What happens at the extremes of the ranges of inputs" was always an important question. We never had dedicated "testers".
9