Hello, I was wondering if there's something sort of like a style guide for building GUIs using TornadoFX? I know what I want to do, and even have some idea of how to do it, but are there things I should be leaning towards like dependency injection, or fragment use, etc? The best example I can find is in the TornadoFX documentation: "but using inject() delegates is the most idiomatic means to perform dependency injection and has the advantage of lazy loading." That's great, now I know to use inject() over find() where possible.
Are there other idiomatic things about TornadoFX that I need to know besides what's in the documentation, and if so, do you have any suggestions as to where I should look for this information?