(no title)
adamkl | 3 years ago
There’s no pushback because of “strange” FP patterns, code looks just like normal imperative code, but the tricky logic can be isolated in pure functions. The push back is only because of the strong OOP conventions.
adamkl | 3 years ago
There’s no pushback because of “strange” FP patterns, code looks just like normal imperative code, but the tricky logic can be isolated in pure functions. The push back is only because of the strong OOP conventions.
badpun|3 years ago
That's not really FP though. In FP, you only have pure functions and not a mix of pure and impure.
adamkl|3 years ago
dack|3 years ago