Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PawelLipski opened this issue Mar 13, 2024 · 0 comments
Labels
code quality Quality of the code nees improving good first issue Good for newcomers

Comments

@PawelLipski
Copy link
Collaborator

The former is just more readable.

@PawelLipski PawelLipski added good first issue Good for newcomers code quality Quality of the code nees improving labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Quality of the code nees improving good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant