kristianhasselknippe
Results
25
issues of
kristianhasselknippe
The most obvious example we need to get rid of is converter toOption(T) -> Option[T]
``` let children = @[panel(), panel(), panel()] let foo = panel(): ...children ``` This breaks, because the DSL uses `children` as the name for the variable holding its children list...
Components can currently contain themselves, but cannot mutually recur with other components.