yetone / yetone/auto-rsync

Issue : Inefficient String Concatenation in `RSyncEventHandler.rsync`

Open
#4 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
25
Forks
4
PR merge metrics
No merged PRs in 30d

Description

The `RSyncEventHandler.rsync` method constructs the rsync command using string concatenation with the `+` operator, which can be inefficient, especially when dealing with multiple options. It would be better to use `str.format` or `string.join` for better performance and readability.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.