The current style where the algorithms modify seemingly global variables is rather ugly. I'd like to rewrite the existing algorithms to instead operate on zero or more parameters and return a clearly defined data structure or item.
This will require downstream changes, most notably in HTML, but that seems surmountable.
The current style where the algorithms modify seemingly global variables is rather ugly. I'd like to rewrite the existing algorithms to instead operate on zero or more parameters and return a clearly defined data structure or item.
This will require downstream changes, most notably in HTML, but that seems surmountable.
This would also solve #10.