Skip to content

Improve string concatenation by avoiding the use of string + string + string #39

@ymoriaud

Description

@ymoriaud

For example, some function are constructing the URL like that 'items/'+self._key+'/traverse', use 'items/%s/traverse' % self._key instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    changedUsed for changelog generation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions