#### Git and Lively

auto-commit

sqaush commits to make a "real commit"

*branching is odd*

master branch: *gh-pages*

#### Compiler 

Babel

#### Short Cuts

alt + click -> get parent

cross -> linter error -> esprima
! -> statical analyzis

strg + k - Workspace

strg + p - run and print

strg + d - run

right click -> documentation -> short cuts

#### Design

Problem These:
 Selbe dimension Variablen und Objekte genutzt. Viele Komplexe Objekte nicht darstellbar.

#### Workflow
 
 - webcompent 
 - reload page 

#### Architecture

- Tracer
- Visualizer

#### Tracer 

 - AST Explorer - compile time
 - Property Accessor - trace change - run time - keine neuen Mehtoden
 - Proxy - trace creation - source code manipulation nötig
 - new - source code manipution 
 - observer - removed because of security concerns *javascript*