<- Back
Comments (16)
- b7e7d855b448You guys can keep complaining about how go is too verbose, but I love everything about go.I love the error handling, I love the forced formatting, i love all the linting it has including style guides. When you read other source code it's so easy to understand it and make sense of it. Thank you go team(Ok, maybe I am a bit sceptical with the latest generic additions, but overall it's a great language. I love it.)
- jzelinskieFor SpiceDB[0], we've found a lot of success using this framework to define our own analyzers; it's probably 10x easier now with LLMs. No need for tribal knowledge or more time wasted on code review if you can just turn it into a linter and move on.[0]: https://github.com/authzed/spicedb/tree/main/tools/analyzers
- jamescunThis isn't new?You can see it's used by _a lot_ of linters already:https://pkg.go.dev/golang.org/x/tools/go/analysis?tab=import...
- ksecSo what is context? This isn't new and why the submission ?
- hopppI was just looking for this. Will give it a spin.
- k9294[flagged]
- someworkk[flagged]
- dfasifsaf[flagged]