it's just easier to read sometimes. like `with(roo...
# announcements
c
it's just easier to read sometimes. like
with(root) { ... }
makes much more sense than
root.run { ... }
when configuring TornadoFX views.
👍 2