Hacker News new | ask | show | jobs
by Kiro 4492 days ago
> * if a method does not use the object's state (no `self` usage) make it a `class-` or `staticmethod`.

Is this really true?