|
|
|
|
|
by drb91
2960 days ago
|
|
It's only more intuitive to see the shape of the serial execution. That same property makes it more difficult to prove qualities about the code (say, correctness) because you need to keep track of state in your head as you trace through the program, rather than encoding it structurally as you would with a recursive solution. So, intuitive is not so valuable unless you get correctness out of it. |
|