What do you mean by loose coupling here?
# opensource
o
What do you mean by loose coupling here?
n
orangy: Splitting up a view into different sections. For example with a web page you might have these sections: header, body, footer. Being able to split up a DSL into individual parts makes it easier to manipulate them separately (not monolithic).
o
Yes, for that I developed a small type safe templating system, see in ktor html module