Skip to content

Remove prefixes in classes and enumerations #15

@jorgepiloto

Description

@jorgepiloto

🐞 Problem

Prefixes such as IAg, IAgVA (among others) are no longer required.

Some objects may be affected when removing the prefix, leading to non valid Python syntax. For example, removing the prefixes in the enumeration and applying naming conventions AgEVePropagatorType.ePropagator11Param leads to PROPAGATOR_TYPE.11_PARAM, which is not allowed in Python syntax, since the enumeration item starts with a number.

Particular cases need to be applied and documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions