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

Programmer Humor

19480 readers
30 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 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.

[–] bob_lemon@feddit.org 4 points 1 month ago

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

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

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