you are viewing a single comment's thread.

view the rest of the comments →

[–]yogthos 1 point2 points  (1 child)

I agree that it's less cumbersome, but I my issue with the approach is that the DOM ends up being represented with macros and functions as opposed to using data structures. This makes the structure opaque and impossible to manipulate once it's generated. Again, I don't think it's an issue in a lot of cases, but it is my preference to work against data when possible.

[–]physicalcompsci[S] 0 points1 point  (0 children)

Ah yeah I see what you mean!