Hacker News new | ask | show | jobs
by ducktective 1748 days ago
I've been asking HN for this some time ago: https://news.ycombinator.com/item?id=27820141

Also see: https://news.ycombinator.com/item?id=28461133

1 comments

It seems to me that a lot of these projects aim to deliver really "good" apps: native UI, table output, etc… Results are great, but the UI building complexity also becomes quite high.

I think that's the wrong goal. The goal should be really simple definitions and ok quality apps. Simple JSON (or XML, don't care).

    { control: checkbox, flag: c, label: "Compile" }