You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOO1, FOO2, BAR1 and BAR2 are unused. So reading the sources would be simpler if the variables weren't created, because it becomes immediately clear which parts don't have any references to them.
In modern programming languages that's usually achieved by replacing the identifier name to a underscore _. However when doing the same to the diagram above, almost every block just disappears from the diagram:
Proposal
Not every block in the diagram has to be referenced. For example, given this one:
FOO1
,FOO2
,BAR1
andBAR2
are unused. So reading the sources would be simpler if the variables weren't created, because it becomes immediately clear which parts don't have any references to them.In modern programming languages that's usually achieved by replacing the identifier name to a underscore
_
. However when doing the same to the diagram above, almost every block just disappears from the diagram:Example
Screenshots
No response
The text was updated successfully, but these errors were encountered: