|
|
|
|
|
by frankfrank13
500 days ago
|
|
It is interesting to basically critique a series of blog posts like its a film. But re: design vs. increment, I do think incremental TDD is pretty useful in domains where you have low confidence that you could come up with a good design. If you asked me to implement an LLM today, 0% I could design a good one. But given enough time I could slowly start to implement one (maybe?). The two quotes that got me are Jeffries: > So I try to make small decisions, simple decisions, decisions that will be easy to change when, not if, a better idea comes along. Norvig, about Jeffries: > He didn't know that so he was sort of blundering in the dark even though all his code "worked" because he had all these test cases. I fear someone could say this about me, about almost everything I've ever built. I guess something like "I just kept crawling and it just kept working!" |
|