this post was submitted on 18 Sep 2024
776 points (98.0% liked)

Programmer Humor

19377 readers
14 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 1 month ago (2 children)

"Did you run the formatter on this?"

Bonus points if it's python code and nowhere in the docs does it say which of the many formatters to use.

[–] [email protected] 4 points 1 month ago

Just make another PR where you add formatter instructions to the readme and pyproject.toml.

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)
[–] [email protected] 4 points 1 month ago (1 children)

I'm fond of ruff lately. Pretty much the same as black, but it just comes with the linter instead of being separate tools.

[–] [email protected] 2 points 1 month ago* (last edited 4 weeks ago)

👀 I’d fine-tuned (copied and pasted) a pylint setup that had some of black, what are the differences?

Edit: it’s so much faster than black, I’m switching

Edit2: used it today, faster and I like the linter. It also does some multi-line parentheses better imo