Clear up __init__ parameters #41

Open
opened 3 years ago by phryk · 0 comments
phryk commented 3 years ago (Migrated from rnd.phryk.net)
Owner

The API should be stable enough by now to get rid of a lot of *args and especially **kwargs in lots of classes' __init__ (and potentially other assorted functions), which should make things a lot easier to read.

Also, clean up super calls to super() anywhere the parameters aren't the default implied ones.

The API should be stable enough by now to get rid of a lot of `*args` and especially `**kwargs` in lots of classes' `__init__` (and potentially other assorted functions), which should make things a lot easier to read. Also, clean up `super` calls to `super()` anywhere the parameters aren't the default implied ones.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: phryk-evil-mad-sciences-llc/poobrains#41
Loading…
There is no content yet.