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

[v3] Implement new Concept Exercise: basics #435

Open
dector opened this issue Jun 19, 2020 · 0 comments
Open

[v3] Implement new Concept Exercise: basics #435

dector opened this issue Jun 19, 2020 · 0 comments
Assignees

Comments

@dector
Copy link
Member

dector commented Jun 19, 2020

This issue describes how to implement the basics concept exercise for the Kotlin track.

Getting started

Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:

Please also watch the following video:

Goal

This exercise should teach bare minimum to help students understand Kotlin programs.

Learning objectives

  • Know what a variable is.
  • Know how to define a variable.
  • Know the difference between immutable and mutable variable.
  • Know how to update a variable.
  • Know how to define a method.
  • Know how to return a value from a method.
  • Know how to call a method.
  • Know about basic types: Int, Unit.
  • Know how to define single and multiline comments.

Out of scope

  • More advanced data types: String, Float/Double/Number, Nothing etc.
  • Calling function with named parameters.
  • Inline functions.
  • Classes/Objects.
  • Packages

Concepts

  • basics: know what a variable is; know how to define a variable; know the difference between immutable and mutable variable; know how to update a variable; know how to define a method; know how to return a value from a method; know how to call a method; know that methods must be defined in classes; know about basic types: Int, Unit; know how to define single and multiline comments.

Prerequisites

none

Resources to refer to

Kotlin docs

Representer

Analyzer

Implementing

Help

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

@dector dector self-assigned this Jun 19, 2020
@nicolechalmers nicolechalmers changed the title [Kotlin] Implement new Concept Exercise: basics [v3] Implement new Concept Exercise: basics Jan 28, 2021
@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