Kotlin-Polytech / KotlinAsFirst

Задачи для онлайн-курса "Котлин как первый язык программирования"
Creative Commons Attribution Share Alike 4.0 International
74 stars 115 forks source link

Clarify lesson7.task2.rotate #30

Closed gagarski closed 6 years ago

gagarski commented 6 years ago

Should we rotate matrix in-place or return a copy?

mglukhikh commented 6 years ago

I think both ways are generally possible.

gagarski commented 6 years ago

So should we say it explicitly in the task or left it as it is?

mglukhikh commented 6 years ago

May be explicitly say is a bit better, but I'm not sure it's really important.

mglukhikh commented 6 years ago

I just don't remember some real problems related to this questions (during autumn 2017). If we had them, then it's better to fix this issue.

gagarski commented 6 years ago

Does not seem important.