"The instructions seem to set up the expectation that Cloud will use the
fact that each Node implements Computer by invoking calculateAnswer() on
its constituent Node instances. Instead, the recommended solution
directly accessed the result on each Node, raising the question of why
Node needed the interface."
…solution based on user feedback
"The instructions seem to set up the expectation that Cloud will use the fact that each Node implements Computer by invoking calculateAnswer() on its constituent Node instances. Instead, the recommended solution directly accessed the result on each Node, raising the question of why Node needed the interface."
Closes https://youtrack.jetbrains.com/issue/EDC-507