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 b52cd3f7c3
commit dea9847b4c
No known key found for this signature in database
GPG Key ID: C2E74282C2133D62

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 :)