Skip to content

Handle data checks at object creation time (constructor) #27

@steven-esser

Description

@steven-esser

In many class functions we have data checks like this:

if self.object is None and self.other_thing is None:
  return

We should really handle these in the constructor to reduce LOC.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions