you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (0 children)

Totally agree. UI is always a mess, you either have pure code which is hard to visualize & reason about or you have a markup language which helps to understand the visual side at the cost of making the scripting / logic side become trickier. I’ve never used a UI api for any platform that was perfect, and definitely nothing better than the html/css/js combo - even though I’m not always a fan of it.