I don't think I'll do anything crazy in the screen...
# tornadofx
e
I don't think I'll do anything crazy in the screencast, mostly show how it works and show the ones you made. But there is one thing I've been thinking about for a while.. When I started writing the framework there really wasn't any need for KDoc/JavaDoc inline because everything was kind of self explanatory. Now we have so much stuff that just discovering it all is hard, and then we have things like
ViewTransition
which is an abstract class with functions meant to be implemented by users. These things should have documentation in the code at the very least. I think maybe eventually we should have documentation for everything, at least with a short explanation of what a function is doing.