Hacker News new | ask | show | jobs
Would visual diff for dependencies make sense?
4 points by villeez 2624 days ago
Visual diff is useful for seeing text changes in code files and resources. But for the architecture level, what do you think would it make sense to see how dependencies have evolved?

Example case in my mind is especially situation where new connections (dependencies) have been made to bind two classes together (e.g. association), and some other dependencies cut away. Usually this sort of realization is quite rare at least when looking just code diffs when reviewing code.

If you think that useful in general, what if your preference of the ideal representation:

- table of dependency changes

- 2D graph visualization

- 3D graph visualization

- some other?

1 comments

2D Graph: 1 vote