Skip to content

Code formatting #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions