Skip to content

Code formatting #3

@dpo

Description

@dpo

All code should be

  • PEP8 compliant
  • PEP257 compliant

In addition, let's adhere to reasonable standards everywhere in the code:

  • all classes should be new style classes (they inherit from object)
  • class names are camel-case: OptimizationAlgorithm
  • attribute and variable names are lowercase with underscore: method, optimization_algorithm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions