mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
vault backup: 2022-06-10 18:53:22
This commit is contained in:
parent
7f876b93f9
commit
21cd67cbde
@ -86,8 +86,6 @@ The third core feature of the app is the link with friends. This is a core featu
|
||||
- Freestyle Generator for inline skating, tramp and skiing
|
||||
- Scooter trick generator
|
||||
|
||||
[screenshots]()
|
||||
|
||||
## Summary
|
||||
### Overview
|
||||
I was able to find only 7 apps with similar functionality to what I am planning. Of these none 5 were for skateboarding 2 for other sports and zero for snowboarding.
|
||||
|
||||
@ -9,7 +9,7 @@ This is the process of translating models into code, or vice versa. For example,
|
||||
|
||||
Converting diagrams to code is more common than the opposite, but both do occur. This is [reverse engineering](notes/uml-java-reverse-engineering.md)
|
||||
|
||||
A [model driven architecture]() is when the code is completely derived from diagrams. This tends to be quite difficult. A much easier approach is only using foward engineering to generate skeleton code.
|
||||
A model driven architecture is when the code is completely derived from diagrams. This tends to be quite difficult. A much easier approach is only using foward engineering to generate skeleton code.
|
||||
|
||||
[uml-java-forward-engineering](notes/uml-java-forward-engineering.md) is easier with SQL and ERDs than other types as these don't consider behaviour, so the mapping is more simple than with UML and Java.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user