Fork me on GitHub
#mount
<
2021-01-26
>
tolitius15:01:09

have not used redstarssystems/context but I agree with this bit:

tolitius15:01:47

and of course welcome any state management solutions that “you call out” vs. “they call you”

niveauverleih21:01:36

Do you mean inversion of control?

tolitius22:01:53

inversion of control means different things for different people. in a traditional di / spring popularization sense: yes. I do believe though that spring (not the latest magical boot box, but in its original form: up to 3.X) is super helpful and useful in Java, since Java is OOP and usually objects couple state and behavior so you need an orchestrator. Clojure and other functional languages do not have that problem, since in FP we are focused on data and transformations instead. I do talk about it in more details https://www.youtube.com/watch?v=Svhhga9Rxnc (if you are interested)

3