Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorganize methods. #22

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Reorganize methods. #22

merged 1 commit into from
Jul 22, 2024

Conversation

perrygoy
Copy link
Member

This has been buggin' me for a while—i've started to write classes such that the __init__ appears between the classmethods and the instance methods. To me, that very nicely visually marks where class/static methods end and instance methods begin.

This should not affect functionality at all, just a little apple skin stuck in my craw.

@perrygoy perrygoy merged commit 1538e8c into trunk Jul 22, 2024
23 checks passed
@perrygoy perrygoy deleted the reorganize-classes branch July 22, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant