Skip to content

Convert the constructor names to init_class_name() naming convention #20

@SamuraiCrow

Description

@SamuraiCrow

Each generation of constructor has one of the following names:

  • init()
  • create()
  • generate()

The lack of consistency makes things confusing while making the names hard to remember at the same time. Due to name-space collisions, every constructor name needs to be unique so the default constructor needs the name set accordingly. Since each class has its own name, regardless of what it inherits from, the name should be part of the constructor's title.

This should be a release blocker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions