Hacker News new | ask | show | jobs
by funwithjustin 3340 days ago
One similar thing that's always bothered me conventionally. Why is it `System.arraycopy()` and not `System.arrayCopy()`?
1 comments

actually, why not System.copyArray(). arraycopy() suggests that the method returns a copy of the array ( sorted() vs sort() )