Skip to content

Elements / Components vs Templates / Constrollers #13

@andped10

Description

@andped10

Currently we have Elements and Components in the codebase for EasyApp

  • Element is supposed to be an atomic unit
  • Component is a construct of several atomic units

In QtQuick there are Templates, Controllers and Components

Suggestion

I would suggest to use the QtQuick terminology as the Element often resembles a Template. This would make it easier for people with a background in QML to understand the purpose of the code sitting in the folders and probably also force us to write the code in a more QML-like way.

I also have the impression that we could make the EasyApp more userfriendly by only "exposing" Components and keep everything in Elements hidden from the users of EasyApp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions