Why make it complicated?
Why make it complicated?


Made with KolourPaint and screenshots from Kate (with the GitHub theme).
2 crossposts
Why make it complicated?
Made with KolourPaint and screenshots from Kate (with the GitHub theme).
I see your TypeScript and raise you kotlin:
kotlin
var a: String
What’s up with that syntax? Why the use of var here?
Kotlin knows mutable and immutable variables. var
indicate mutables and val
would indicate immutables (comparable with the final
modifier in java and const
in JavaScript/TypeScript).
a = ""
Say that again, motherfucker! 🔫
TypeScript vs Java?
char a[69]; btw.
Why have String when we have a perfectly good array at home?
because char*
sucks
When String a without being told Let a: String -
"Ah ah ah! Simon didn't say!"
To keep the casuals away