If anyone has the time, could I get feedback on a ...
# tornadofx
k
If anyone has the time, could I get feedback on a thing I'm making? https://github.com/spearskw/kafka-gui/tree/master/src/main/kotlin/ui In particular, I think I'm mis-using the
find
function and should probably use scopes for the
routeActions
variable (or maybe something else?). I also don't know where to put startup config, so I'm putting it in the
MainView
constructor. I'm sure there are other things I'm missing that could be improved as well