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

Programmer Humor

19331 readers
20 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
[–] savvywolf@pawb.social 22 points 3 weeks 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.

[–] bob_lemon@feddit.org 4 points 3 weeks ago

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

[–] GammaGames@beehaw.org 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)
[–] bob_lemon@feddit.org 5 points 3 weeks 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.

[–] GammaGames@beehaw.org 2 points 3 weeks ago* (last edited 3 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