Y
Hacker News
new
|
ask
|
show
|
jobs
by
comradesmith
294 days ago
Cause one is a formatter and the other is a package manager. That shouldn’t be hard to understand.
2 comments
nikisweeting
294 days ago
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
link
agos
293 days ago
- mix format
too!
link
chippiewill
294 days ago
`uv` isn't a package manager (that's the `uv-pip` sub command), it's a project manager. It's meant to manage all aspects of the project.
link
- cargo fmt
- go fmt
- deno fmt
- dart format