←back to thread

365 points tanelpoder | 1 comments | | HN request time: 0.24s | source
Show context
Calavar ◴[] No.44977988[source]
Why does a package manager need a formatter at all?
replies(1): >>44978009 #
kristjansson ◴[] No.44978009[source]
Is cargo just a package manager? Go?
replies(5): >>44978076 #>>44978124 #>>44978190 #>>44979308 #>>44980986 #
1. kokada ◴[] No.44978190[source]
Ok, but we will go a step further and also integrate the remaining of ruff features? Because we have `go vet`. Does it even make sense to have the linter integrated too?

I am not sure I like this either. I think linter and formatter are more like developer dependencies, especially because both formatter and linters are generally things that you want to lock to a specific version to avoid e.g. CI failures or mass changes when a version is updated. But I can understand that having a formatter always available may be nice.