Skip to content

Rename everything to class_*? #61

Description

@jonthegeek

Eventually this package will (I think?) have functions for accessing, using, and manipulating rapid objects. Should I rename the constructors to (for example) class_rapid() (etc)? If so, should the class remain the simpler name (probably), in which case they'd look something like this:

class_rapid <- S7::new_class(
  "rapid",
  package = "rapid",
  properties = list(
    info = info,
    servers = servers,
    components = component_collection,
    security = security_requirements
  ) ...

This will help separate property names from class constructor names, which avoids RConsortium/S7#373

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