Looks like a regular reducer to me... how is this related to what we were talking?
reducer is looks same as ternary with two function, just case use one condition with many pure function.
Again, this is because you care about the result of the function. My take is: use statements for side effects and expressions for pure functions.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Looks like a regular reducer to me... how is this related to what we were talking?
reducer is looks same as ternary with two function, just case use one condition with many pure function.
Again, this is because you care about the result of the function. My take is: use statements for side effects and expressions for pure functions.