vault backup: 2022-06-10 18:53:22

This commit is contained in:
Jet Hughes 2022-06-10 18:53:22 +12:00
parent 7f876b93f9
commit 21cd67cbde
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -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.