Wrap up Teaching Kotlin Part 1

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-23 06:44:08 +05:30
parent 145cc2f1cd
commit d1a8b57754
1 changed files with 3 additions and 1 deletions

View File

@ -180,4 +180,6 @@ object StringUtils {
}
```
A recurring pattern with Kotlin is concise code as you can see in this case.
A recurring pattern with Kotlin is concise code, as you can see in this case.
That's all for this one! Let me know in the comments about what you'd prefer to be next week's post about or if you feel I missed something in this one and I'll definitely try to make it happen :)