Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

setter methods in various code #62

@zopyx

Description

@zopyx

Looking at examples/create_forest.py

The tons of set_xxx() methods are completely superfluous and unpythonic.
Why don't you just use

create.some_property = value

directly instead of usinger setter methods? Python is not Java!

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