|
|
|
|
|
by taneq
3407 days ago
|
|
I don't think that data flow is a higher level of abstraction to control flow. They're just different types of abstraction, and each has its strengths and weaknesses. If you only ever work on things that map well to functional programming then you'll naturally think it's superior to imperative programming. Likewise, if you only ever work on things that map well to imperative programming, then the functional programming approach seems a bit silly. |
|
It will not always be easier, but it certainly provides more control over the execution flow.