git-machete icon indicating copy to clipboard operation
git-machete copied to clipboard

Replace `list(map(fun, seq))` with `[fun(elem) for elem in seq]` across the codebase

Open PawelLipski opened this issue 1 year ago • 0 comments

The latter is just more readable.

PawelLipski avatar Mar 13 '24 15:03 PawelLipski