(no title)
csallen | 25 days ago
The output of code isn't just the code itself, it's the product. The code is a means to an end.
So the proper analogy isn't the photographer not looking at the photos, it's the photographer not looking at what's going on under the hood to produce the photos. Which, of course, is perfectly common and normal.
kace91|25 days ago
I’ll bite. Is this person manually testing everything that one would regularly unit test? Or writing black box tests that he does know are correct because of being manually written?
If not, you’re not reviewing the product either. If yes, it’s less time consuming to actually read and test the damn code
CuriouslyC|25 days ago
straydusk|25 days ago
I've found that focusing my attention upstream (specs, constraints, test harness) yields better outcomes than poring over implementation details line by line. The code is still there if I need it. I just rarely need it.
nubg|25 days ago
fastasucan|22 days ago
How is this decoupled from the code?
add-sub-mul-div|25 days ago
Specious analogies don't help anything.
alanbernstein|25 days ago
6510|25 days ago