Skip to content

Use python string formatting for composed strings #13

@sgnn7

Description

@sgnn7

Use of "foo" + blah + "bar" type strings is discouraged due to jumble of symbols needing to be visually parsed so we should transition to "foo %s bar".format(blah)"-type formatting strings in code.

AC:

  • Composed strings use <string>.format()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions