<@U78L28DMX> Instead of just putting everything in...
# tornadofx
e
@amanda.hinchman-dominguez Instead of just putting everything in a StringBuilder, consider making domain objects that fit together in a hierarchy, and give them a
render()
function that can generate the code, maybe even taking children or parents + properties into consideration. That makes for a much nicer coding environment, and you'll be able to turn around much quicker.