You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I understand, it makes horrible nested if statements with endless recursion impossible to create, and prevents the quick-and-dirty monkey patching of new conditionals to cover some unconsidered edge case that cropped up at runtime? Essentially making it impossible to create a spiderweb of independent paths that increase complexity, decrease reliability etc.
I think it's awesome. Like, slap-myself-on-the-forehead and think "why haven't I seen this until now" kind of awesome.
I imagine it might slow productivity a bit until you get used to the new paradigm, but it'd encourage good planning and forward thinking, in an ecosystem that is absolutely drowning in hastily thrown-together code (oh, the horror).
what is benefits of only getting conditions in function? but not using if else/switch?
The text was updated successfully, but these errors were encountered: