←back to thread

365 points tanelpoder | 2 comments | | HN request time: 0.001s | source
Show context
cwyers ◴[] No.44978375[source]
The HN commenters in a nutshell:

ruff: Aww, you're sweet!

uv format: Hello, human resources?

Meanwhile, they provide identical functionality. (`Under the hood, it calls Ruff’s formatter to automatically style your code according to consistent standards.`)

replies(5): >>44978486 #>>44978506 #>>44978586 #>>44978650 #>>44981401 #
comradesmith ◴[] No.44978650[source]
Cause one is a formatter and the other is a package manager. That shouldn’t be hard to understand.
replies(2): >>44978677 #>>44978708 #
1. nikisweeting ◴[] No.44978708[source]
Package managers providing a shortcut to call a standardized formatter is a very popular feature in many languages, also not hard to understand the appeal:

- cargo fmt

- go fmt

- deno fmt

- dart format

replies(1): >>44983703 #
2. agos ◴[] No.44983703[source]
- mix format

too!