Open dmdunla opened 12 months ago
We should decide on the order of the class methods. Unless there is standard ordering that we should follow, below is a suggestion.
Suggestion:
__init__
from_*
__<foo>__
Currently the method orderings are different across the classes.
I think this ordering is intuitive. I can take this on after a second opinion.
We should decide on the order of the class methods. Unless there is standard ordering that we should follow, below is a suggestion.
Suggestion:
__init__
from_*
class methods__<foo>__
) methods in alphabetical orderCurrently the method orderings are different across the classes.