this post was submitted on 24 Feb 2025
379 points (99.5% liked)
Programmer Humor
20885 readers
633 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lmao. I love Android development but I've been doing it since froyo so I might have Stockholm syndrome.
I love shiny new toys :D. Kotlin as a language is p. good. The flip side to changing standards all the time is that stuff sometimes gets better :D.
Threads to coroutines was a huge improvement IMO.
I agree kotlin can be a cool language sometimes. And I'm sure it's been a more gradual journey if you've worked with it while it's been evolving. But man, jumping in at Android 10/11 having to remain compatible with 7 (we've moved up to a minimum of 10 now thankfully) with how much background services and file storage permissions changed right around that time was an extreme headache to work around.
But I definitely prefer C#'s async/await Tasks than trying to wrap my head around all the various coroutine scopes, runBlocking and all that jazz. I know they are very similar concepts, but there's just something with coroutines that isn't clicking in my head.