Skip to content

Initialization scope in Rec and CoupledRec #33

@jacione

Description

@jacione

The CoupledRec class has a lot of attributes that are not defined by __init__(). While Python is technically ok with that, I've noticed that it can make it difficult to keep track of things while debugging.

I was planning on moving what I could into the constructor, but then it occurred to me that the Rec class has the same issue. I'm happy to take a look at both if you want.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions