<@U41021CCB> It's easy to disable editing when the...
# tornadofx
e
@nimakro It's easy to disable editing when the item is completed, but I didn't know that it was a requirement in the todo app. Are you sure it is? About the event bus, it's actually mostly a matter of preference. Many people prefer explicit coupling to events, others hate it. I really have never run into an app that is "too large" to benefit from injecting controllers or anything like that. Some use cases are better handled by event, but in honesty I don't think any functionality in the todo app would really benefit from it.