Clear up __init__ parameters #41

Open
opened 2020-07-23 16:41:27 +00:00 by phryk · 0 comments
phryk commented 2020-07-23 16:41:27 +00:00 (Migrated from rnd.phryk.net)

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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: phryk-evil-mad-sciences-llc/poobrains#41
No description provided.