Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Enforce consistent string syntax #1570

Open
@orenyk

Description

@orenyk

We should prefer interpolation to concatenation for brevity and clarity (e.g. 'foo ' + bar_str vs "foo #{bar_str}"). This is particularly bad when we're dealing with reservation notes in the various instance methods and equipment item notes - we should be consistent.

Inspired by @esoterik's comments in #1565.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions