Do you prefer to use UI frameworks which make a distinction between UI files and application code (e.g. Qt, GTK, Angular) or do you prefer to define the UI in the application code (e.g. Flutter, Jetpack Compose, React)?

  • @[email protected]
    link
    fedilink
    English
    21 year ago

    I prefer to define the UI in application code, because separation introduces a lot of overhead for bindings.

    Nevertheless, I think it is important separate UI code from business logic.