— This is amazing, albeit very abstract, what are you using this for?
— Plugging algorithms into a generic traversal function
— This is a clone algo: https://pastebin.com/TA9R7PNM
it talks to the big daddy here: https://pastebin.com/5qnRZkAS
Message permanent page
— Since there is no recursion, this can work on very large objects
— Regular recursive methods will overflow the call stack, depending on browser
— Ah yes, a good way to implement the Strategy pattern.
— Well this is some weird looking code