https://www.orchest.io/ logo
#be-shameless
Title
# be-shameless
r

Rick Lamers

04/05/2021, 3:23 PM
How did I not know about this before https://sourcegraph.com/search (I feel stuck in the stone ages using GitHub Advanced Code Search)
a

Alessio

04/05/2021, 3:50 PM
@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:

https://www.youtube.com/watch?time_continue=129&v=eOmiyXIWTCw&feature=emb_title

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 🙂
😎 1
2 Views