Hacker News new | ask | show | jobs
by saghm 3276 days ago
So why not just static methods, then?
1 comments

Static methods are final, class methods are not.
I was responding specifically to the argument that you can't have only class methods because not everything is a class, in which case you could just call them something else other than "class method".