Skip to content

Standardize randomPolygon and randomLineString options from snake_case to camelCase #3110

Description

@mfedderly

#2896 noticed that these options did not follow the standard of camelCase across the rest of the library. In v8 we can quickly change these to be consistent with the rest of the packages.

randomPolygon:
  num_vertices -> numVertices
  max_radial_length -> maxRadialLength
randomLineString
  num_vertices -> numVertices
  max_length -> maxLength
  max_rotation -> maxRotation

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions