Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Kotlin] Implement new Concept Exercise: functions-basic #436

Open
dector opened this issue Jan 28, 2020 · 0 comments
Open

[Kotlin] Implement new Concept Exercise: functions-basic #436

dector opened this issue Jan 28, 2020 · 0 comments
Assignees

Comments

@dector
Copy link
Member

dector commented Jan 28, 2020

This issue describes how to implement the functions-basic concept exercise for the Kotlin track.

Goal

The goal of this exercise is to show the student basic information about Kotlin functions.

Things to teach

  • How to define a function.
  • How to define default values for function arguments (show official Kotlin reference for this).
  • How to return a value from a function.
  • (Optionally) Single-expression functions.

Things not to teach

  • Unit functions.
  • Higher-order functions.
  • Functions as a class members.
  • Extension functions etc.

Concepts

  • function-declaration.
  • function-default-arguments.

Prerequisites

✔ None.

Resources to refer to

Representer

  • TODO

Analyzer

  • TODO

Implementing

  • TODO

Help

If you have any questions while implementing the exercise, please post the questions as comments in this issue.

@dector dector self-assigned this Jan 28, 2020
@nicolechalmers nicolechalmers transferred this issue from exercism/v3 Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant