Skip to content

Replace compose class with compose function in functional.py #12

@quipa

Description

@quipa

It seems compose class could be converted to a function and use the initialization arguments as named arguments for the function instead.

Also the class name does not follow the default PEP 8 class naming CapWords convention (although PEP 8 does accept classes that are mainly used as callables to use the function naming convention). For regular Python users this can be confusing.

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