<@U1JJEJ9B8>: Java forces all functions to be atta...
# announcements
v
@yuriy.yarosh: Java forces all functions to be attached to classes. It does not help clarity in my experience. How
Arrays.sort(arr)
is better than
sort(arr)
? The later is much more obvious to me.