exercism / scala

Exercism exercises in Scala.
https://exercism.org/tracks/scala
MIT License
123 stars 131 forks source link

Some Exercises Doesn't have main Scala file present. #587

Closed shankarshastri closed 5 years ago

shankarshastri commented 5 years ago

Do we want to implement the methods in the src/main folder? If yes, I can take a look at it. Implement As Such I mean, for example: AllYourBase.scala

object AllYourBase {
def rebase(s: Int, l: List[Int], k: Int) = ???
}
ricemery commented 5 years ago

Thank you for the offer, but we choose not to implement stubs for most of the exercises. We leave this to each student.

On Tue, Oct 9, 2018, 7:28 PM ShankarShastri notifications@github.com wrote:

Do we want to implement the methods in the src/main folder? If yes, I can take a look at it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/exercism/scala/issues/587, or mute the thread https://github.com/notifications/unsubscribe-auth/ABeHG3w9jEAFCKMCunu_ImfID5z41TAXks5ujVtUgaJpZM4XUdX8 .

shankarshastri commented 5 years ago

Valid Point. Closing this issue.