Closed WardCunningham closed 4 years ago
With so many indention changes it is hard to see what I actually did. I think a better strategy would be to no correctly indent, check in the changes, and then run the formatter to get all of that out of the way in one commit that needs little examination. I hope I remember this idea.
Do you want me to hold off on merging this then?
No, the distinction has been lost now. I was just apologizing that this is hard to review. I preserved the old "simple" version just so it would be easy to see that it still worked, if you cared to check.
Tripple should be Triple
I'll fix it. It look wrong but my spell check was happy.
The split view makes it much easier to see and understand what changed.
We show that multiple buttons can control the various loops. Maybe wrap some code into something instantiated to avoid duplication.
I was almost done following this strategy when I realized there was only one function to be run. The steps in the nested loop are not independent as they are in this design: http://ward.asia.wiki.org/stepping-the-async-scrape.html
I can make this work if all of the steps are
running=true
except one on any page.This lacks the interlocks to make sure every button press makes sense.