From 21cd67cbde314839fb964bf2988583fa628d06c5 Mon Sep 17 00:00:00 2001 From: Jet Hughes Date: Fri, 10 Jun 2022 18:53:22 +1200 Subject: [PATCH] vault backup: 2022-06-10 18:53:22 --- content/notes/brainstorming.md | 2 -- content/notes/round-trip-engineering.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/notes/brainstorming.md b/content/notes/brainstorming.md index 77f8df9da..26e12160e 100644 --- a/content/notes/brainstorming.md +++ b/content/notes/brainstorming.md @@ -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. diff --git a/content/notes/round-trip-engineering.md b/content/notes/round-trip-engineering.md index 84bf27532..690689891 100644 --- a/content/notes/round-trip-engineering.md +++ b/content/notes/round-trip-engineering.md @@ -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.