Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FR
fredthedeadhead @lemmy.world
Posts 0
Comments 1
finally there is a perfect monitor for Java programmers
  • Kotlin 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.