kotlin-by-example icon indicating copy to clipboard operation
kotlin-by-example copied to clipboard

The sources of Kotlin by Example.

Results 28 kotlin-by-example issues
Sort by recently updated
recently updated
newest added

https://github.com/Kotlin/kotlin-by-example/blob/master/examples/04_functional/02_Lambdas.md So many syntaxes are shown together but not really explained in detail...

Location of comment updated.

## Description I noticed that code needed reformatting and things such as `this` and `apply` were unnecessary, thus I thought that I could perhaps improve the implementation.

I was reading the examples in the page and I noticed there's now way to change the theme of the page, having it would be pretty sweet and give eyes...

Removed redundant member variables - catName and humanName and replaced them with arguments to avoid having 2 member variables (catName, name) containing the same data value twice.

In the section Introduction under subsection Variables it would be very helpful if you showed an example where read-only variable refers to mutable object such as list with an explanation...

In my opinion, projects like this should be detected and recognized with the programming language they are based on, and not with the file extension used (.md). So, in my...

https://github.com/akrmfathy80/kotlin-by-example/blob/master/.github/workflows/verify-samples.yml