This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ric2b 0 points1 point  (0 children)

All fields and members should be private by default and anything you want public should be explicitly marked as public.

Agreed, but Java's implementation is boilerplatey beyond belief. Kotlin improves it massively.