I don’t love this, having to pass the position in ...
# kweb
i
I don’t love this, having to pass the position in to the lambda and then have the lambda pass it to the function that creates the element seems like avoidable boiler-plate. I’m starting to reconsider whether the task of creating an element and adding it to a parent element should be performed by the same function, even though it seems to lead to more concise DSL syntax when building a DOM tree.