Skip to content

CapWords convention for class names #683

@oyamad

Description

@oyamad

PEP8 writes

Class names should normally use the CapWords convention.

There are a few cases that do not follow this in two_auctions and house_auction (there may be other such files):

class bid_price_solution:

class ascending_bid_auction:

class GC_Mechanism:

Consider changing to BidPriceSolution and so on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions