Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
object Morse {
val name = "Mohammed Morse"
val title = "Senior Software Engineer"
val primarySkillset = "Android"
val otherSkillset = "Architecture , Ktor Server Framework, Kotlin Multiplatform Mobile"
val languages = listOf("Kotlin", "Java", )
val website = "https://about.me/mohammedmorse"
val contact = "@morse-29121997".apply {
twitter = this
linkedin = "https://www.linkedin.com/in/mohammed-morse-486022151/"
instagram = "${this}97"
email = "mohammedmorsefcis@gmail.com"
}
}