svtk / AtomicKotlinCourse

87 stars 21 forks source link

refactor(Suggested solution Interfaces Task 1): Edited the suggested … #66

Closed sofiiako closed 3 years ago

sofiiako commented 3 years ago

…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