The new pycharm release (3.1.3 community edition) proposes to convert the methods that don’t work with the current object’s state to static.
What is the practical reason for that? Some kind of micro-performance(-or-memory)-optimization?
The new pycharm release (3.1.3 community edition) proposes to convert the methods that don’t work with the current object’s state to static.
What is the practical reason for that? Some kind of micro-performance(-or-memory)-optimization?