Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation criteria #21

Closed
12 tasks done
ducmle opened this issue Aug 5, 2021 · 1 comment
Closed
12 tasks done

Evaluation criteria #21

ducmle opened this issue Aug 5, 2021 · 1 comment
Assignees
Labels

Comments

@ducmle
Copy link
Contributor

ducmle commented Aug 5, 2021

@nxthang , @jdomainapp/dev-all

Below are the main evaluation criteria. Feel free to discuss and suggest others.

  • Architecture: the extent to which a framework supports the following architectural features:
    • DDD: use domain model as the core and supports DDD patterns.
    • module-based: (1) construct modules from domain model and (2) construct software from modules
    • MVC: where model = domain class
  • Generativity: the extent to which a framework supports automatic software generation:
    • view: (1) single-class view and (2) model reflectivitiy (e.g. nested views that reflect class associations)
    • module: generated from domain model; with full view support (above)
    • software: generated from modules
  • Generator performance: the extent to which a framework efficiently generates the software (above)
    • software generation time
    • BE generation time (if available)
    • FE generation time (if available)
@ducmle ducmle added the eval label Aug 5, 2021
@ducmle ducmle added this to the Ev/Criteria milestone Aug 5, 2021
@ducmle ducmle self-assigned this Aug 5, 2021
@ducmle
Copy link
Contributor Author

ducmle commented Aug 6, 2021

@nxthang @jdomainapp/dev-all

Java code performance evaluation

Google's Caliper:

@ducmle ducmle closed this as completed Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant