HackerTrans
トップ新着トレンドコメント過去質問紹介求人

eugene0

41 カルマ登録 7 年前

投稿

All My Meters Said Innocent

ihnatz.github.io
3 ポイント·投稿者 eugene0·22 時間前·0 コメント

Figma Make, now on your local code

figma.com
3 ポイント·投稿者 eugene0·2 か月前·0 コメント

Show HN: The easiest way to review the code

viezly.com
3 ポイント·投稿者 eugene0·5 年前·1 コメント

Show HN: Better Code Review for GitHub

viezly.com
2 ポイント·投稿者 eugene0·5 年前·1 コメント

One big reason to review the code

blog.viezly.com
2 ポイント·投稿者 eugene0·5 年前·0 コメント

Reviewing big pull requests. What, why, how

dev.to
1 ポイント·投稿者 eugene0·5 年前·0 コメント

Show HN: Viezly – better code review from dependency diagram

viezly.com
15 ポイント·投稿者 eugene0·5 年前·1 コメント

コメント

eugene0
·5 年前·議論
We do dependency visualization (it's correlates with dataflow) at viezly. You can check it out here: https://viezly.com/change_requests/3986
eugene0
·5 年前·議論
Hi HN!

Code reviews can be painfully hard to review. Remember those with 1000+ LOC changed and multiple approves without any comment? Yeah (:

So we build a tool for easier review, that splits big changes into smaller parts. Also, you can see the architectural diagram for the changed code. It's useful for finding the entry file for review. And with navigation via file dependency, it's really easy to understand the changes in pull requests without spending a lot of time on it.

To start using the tool go to our website: https://viezly.com. Also, here is the example available for everyone: https://viezly.com/change_requests/3986
eugene0
·5 年前·議論
Hey HN,

At Viezly we do a lot of experiments for the code review interface. Our goal is better code reading in code review. We did pretty good progress on that, so I'm happy to share our main features:

- Code visualization to find an entry point to start review. And to get a bird-eye view on changes

- Dependency navigation - once any file is opened, you can see its diff with its dependencies diff. And you can navigate into deeper dependencies on the left sidebar

- Pull request split. We detect big pull requests and split them into smaller parts. Thus you can a power of small pull requests (more comments), and the team can share the review on one pr between several people.

You can see the demo of our interface here: https://viezly.com/change_requests/3986.

Let me know what you think!
eugene0
·5 年前·議論
> - When reviewing PRs and wanting to check out some surrounding code that is not part of the actual PR.

It's interesting to see how suitable is the IDE for code review for different people. For me, it's usually pretty much overload, since it's focused on writing, not reading. But GitHub is really doing a great job of eliminating the necessity of cloning the branch for the review.

I'm doing a few experiments in this area on a tool called Viezly (example: https://viezly.com/change_requests/3986). Its focus is on dependency and navigation. So it's a light version of IDE-in-the-cloud for these cases of code review.
eugene0
·5 年前·議論
Hi, HN!

Viezly is a tool that visualizes git diff and splits big pull requests into smaller ones. It has an experimental code review interface. We aim to make a code reading problem easier and with more quality.

You can check out the example here https://viezly.com/change_requests/442. This diagram is generated for this pull request https://github.com/spree/spree/pull/11076.