Skip to content

Simplify outputs of functions that return true/false in regression data change comparison #23

@andrewfullard

Description

@andrewfullard

Try to reduce function returns to a single place e.g. set a variable and return that instead of early returning in an if statement

Instead of

if blah:
   return False
if blah:
   success = False
...
return success

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions