Skip to content

Discussion: Rename ID to something more meaningful or remove it entirely? #715

@apdavison

Description

@apdavison

The ID class provides a convenient API for modifying individual neurons in a Population.

Although current implementations store arrays of ID objects internally, this is wasteful of memory, so ideally ID objects should be created on the fly when needed.

All of the functionality of ID is also available via PopulationView, I believe (need to check), so there is an argument for removing the ID class entirely to simplify the API.

If we decide to keep it, we could also consider renaming it to something more meaningful, e.g. Cell or Neuron.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions