Dear arrow community.
I have started to use FP paradigm in a utils project.
… and I noticed it is not easy at all to go with it in a project with:
- event bus
- IO
- user interface (TornadoFX/JavaFX)
- DI
But because this project is not a critic one for our firm I am stubborn to improve my FP skills with this project.
One thing that I would like to ask for some advices is explained in the following code.
Thank you in advance for your support.