this post was submitted on 05 Apr 2024
516 points (94.3% liked)

Programmer Humor

19331 readers
20 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

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] EmilyIsTrans@lemmy.blahaj.zone 18 points 6 months ago (8 children)
[–] treechicken@lemmy.world 15 points 6 months ago (5 children)

This is literally how this all started for us lol. Senior wanted to try to migrate everything to Kotlin in our project. Migration never finished. Now one of our major repos is just half Kotlin half Java. Devs on our team learn Kotlin by unexpectedly encountering it when they need to touch that code.

[–] masterspace@lemmy.ca 4 points 6 months ago (1 children)

Sounds like you're making progress, your devs are slowly learning a better language that will let them work faster and will soon be able to help port the rest of the codebase and then you can really accelerate when no one needs to touch or know Java.

[–] treechicken@lemmy.world 3 points 6 months ago

I really hope so. Last code I reviewed was full of !! and companion objects trying to emulate Java static instead of top-level consts. Even I'm still trying to figure out what idiomatic Kotlin looks like. We got a ways to go...

load more comments (3 replies)
load more comments (5 replies)