<@UDHAC0ZC1> In the apps I work on, there's always...
# tornadofx
c
@Spike Baylor In the apps I work on, there's always an impedance between what's persisted, say in a JSON file, and what you see on the screen. In a lot of the code that we sling around here, there's usually a one-to-one correspondence between the UI controls and the data fields such that we tend to collapse any trivial objects. So, i usually have that plain Kotlin-only layer and a bridging object that's property oriented