new

 

 



View filtered by:

Featured Diagrams


Here are a list of featured diagrams, showing the kind of things you can do with GitUML.

TodoMVC Related

#153 TodoMVC-JQuery - Understanding the init…
Created by: abulka   published
Language: Babel
Repository: tastejs/todomvc  github
Commit: master
Tags: featured-todomvc
Description: This is the initialisation use case of TodoMVC-Jquery, depicted as a Literate Code Map. Building this diagram helped me understand how this implementation worked, which led me to build my own implementation of TodoMVC called TodoMVC- OO which is an implementation witho…
#154 TodoMVC-JQuery - Understanding editing …
Created by: abulka   published
Language: Babel
Repository: tastejs/todomvc  github
Commit: master
Tags: featured-todomvc
Description: This is the editing of todo items use case of TodoMVC-Jquery, depicted as a Literate Code Map. Building this diagram helped me understand how this implementation worked, which led me to build my own implementation of TodoMVC called TodoMVC-OO which is an implementation…

Public Diagrams by Others


#2954 ADAPTER design_patterns_in_typescript
Created by: abulka   published
Language: Babel
Repository: torokmark/design_patterns_in_typescript  github
Commit: main
Tags: typescript
Description: This is how GitUML reverse engineers the adapter pattern. You can add further refinements using the "Refine UML..." feature. `namespace AdapterPattern { export class Adaptee { public method(): void { console.log("`method` of Adaptee is being called"); } } export inter…