Skip to content

Walk Comfort Index (WCI) Script Refactor #15

Description

@robfitzgerald

The WCI script is a good starting point for designing a Bike Level of Traffic Stress (LTS) script but the script will need a refactor in order to make some of the common logic reusable. In particular, we should look to address code style issues such as:

  • using match over if/then
  • preferring immutable values over mutable
  • encapsulating procedures into functions
  • avoiding clones of record types, using references

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions