IT/Software career thread: Invert binary trees for dollars.

moonarchia

The Scientific Shitlord
<Bronze Donator>
29,098
56,397
Alright, finished my refactor assessment. Nothing crazy and I guess was more of just an idiot check more than anything. Still hoping I did okay and hoping I picked up on all the code smells they were looking to find. God, I hope I get this job. Also, damn, just realized how long it's fucking been since I've touched Java, lol.
You don't touch Java. Java taints you.
 
  • 1Truth!
Reactions: 1 user

Deathwing

<Bronze Donator>
17,614
8,642
Part of my job requires working with the entirety of the Android repo. Google has been moving more of their code to Kotlin, which if understand correctly is Java with aids.

Our product will invoke multiple jvms to build Android and then invoke many more jvms to run our own Java-based analysis of their Java code. It's gayer than it sounds.
 

Neranja

<Bronze Donator>
3,051
4,966
Google has been moving more of their code to Kotlin, which if understand correctly is Java with aids.
The whole Android ecosystem is "we're running Linux", but not really, only the Kernel with loads of Java on top. The even got into a fistfight with Oracle for that reason.
At least Apple had the foresight to make the underlying language for their iPhone ecosystem Objective-C and "Objective-C, but a bit more modern" (aka Swift).