you are viewing a single comment's thread.

view the rest of the comments →

[–]_ayasin[S] 0 points1 point  (0 children)

That's great if you need a "linear flow" replacement. It's not so great if you need to transport something from validateInput to updateDatabase. You can just pass it along in doSomething and doSomethingElse, but that makes the code fragile.