@Rick Lamers Yes, it’s very cool. The next thing I’m seeing with this tech is semantic code reviews; the explore.dev/Reviewpad team is working on it. https://reviewpad.com/
r
Rick Lamers
04/05/2021, 3:52 PM
GitHub PRs have been serving us "ok" for code reviews. Interested to see what a better experience could look like.
I also like this new feature:
Although I feel pain for any eng. team that actually maintains repos across multiple code hosters without shallow mirroring.
a
Alessio
04/05/2021, 3:55 PM
@Rick Lamers The idea is that instead of reviewing text diffs, you can review the implication of each change. For example, how a method was modified, and all the places that the method appears in, things like that. Our portfolio co DeepSource does automated cross-codebase changes for linting + autofixing bug, but only for things their analyzer supports. Passing your own patterns sounds fun but scary 🙂