logoalt Hacker News

zero_shiftyesterday at 6:45 PM2 repliesview on HN

I mean this isn't true, formatting is the most trivial part. And so many languages have an opinionated formatter these days (e.g. Black)


Replies

overfeedyesterday at 7:20 PM

>> ...there is no debate...

> ...And so many languages have an opinionated formatter these days

The crux of gp's post is for Go, there is no debate as 'go fmt' is the only one that matters. Black is great, but some people prefer Ruff, leading to ...debates about which formatter the team/org should use. Go's batteries-included philosophy makes those discussions moot on so many levels beyond formatting.

show 2 replies
pmarreckyesterday at 6:53 PM

what is "Black"? (For hopefully obvious reasons, I couldn't find results with google, lol)

show 2 replies