16

Gotta love kotlin!

@osiris1337 the refactoring is going great
I had a 80 lines long model class with all the getters and setters and Parcelable interface implemented
and all of that converted to kotlin like this

@-psr another reason, small and readable code ^_^

Comments
  • 1
    Comparing size of code based one getter and setter is so stupid. Firsrly any intelligent IDE can generate them for you in ms. And secondly behind the curtain all those shits are same
Add Comment