on Duolingo will replace contract workers with AI | The Verge · c/technology · 7 pts · 1yCreating a school no longer provides any benefit for the students.
on finally there is a perfect monitor for Java programmers · c/programmer_humor · 3 pts · 3yKotlin would represent the getter/setters as synthetic properties (and do so automatically, since Kotlin interops with Java). object1.A = object2.X.Y.Z.I.J.K.E.getF(i).G.toString() Of course it's still not great (there's still too much nesting, there's something fundamentally wrong with how the data is structured) but at least the code is less noisy.
Creating a school no longer provides any benefit for the students.
Kotlin would represent the getter/setters as synthetic properties (and do so automatically, since Kotlin interops with Java).
Of course it's still not great (there's still too much nesting, there's something fundamentally wrong with how the data is structured) but at least the code is less noisy.