Update from Forestry.io

Harsh Shandilya updated content/posts/teachingkotlin-part-1-classes-and-objects-and-everything-in-between.md
This commit is contained in:
Harsh Shandilya 2019-09-23 09:56:16 +00:00 committed by Forestry.io
parent d1a8b57754
commit 0c523afd04
1 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
+++
categories = ["kotlin", "dev", "android", "teachingkotlin"]
date = "2019-09-23T18:00:00+05:30"
draft = true
date = "2019-09-23T15:00:00+05:30"
slug = "teaching-kotlin--classes-and-objects"
tags = ["android", "teachingkotlin", "kotlin"]
title = "#TeachingKotlin Part 1 - Classes and Objects and everything in between"
@ -182,4 +181,4 @@ object StringUtils {
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 :)
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 :)