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

Programmer Humor

19817 readers
218 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 22 points 3 months 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 3 months ago

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

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago) (1 children)
[–] [email protected] 5 points 3 months 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 3 months ago* (last edited 3 months 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