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)?

  • @Lmaydev
    link
    511 months ago

    Always separate where possible. In my experience things can end up a tangled mess really easily.

    I’m a big fan of mvvm. Keeps everything separate and simple.