Hacker News new | ask | show | jobs
by emboss 5177 days ago
Minor nitpicking:

> unlike in Java, you can also call a class method on an instance

It's possible in Java, too. It's just considered bad practice.

Still, a very nice read!

1 comments

I'd say if you have to do that, it is most likely because you have a design problem somewhere. It is a code smell in Python as well.