skogsbaer / write-your-python-program

BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Visualization: do not render functions and classes as arrows #154

Open skogsbaer opened 1 week ago

skogsbaer commented 1 week ago

Rational: we should avoid unnecessary clutter

skogsbaer commented 18 hours ago

Type aliases should also not be displayed as arrows. Something like this:

type RiverSection = Union[Creek, Confluence]
hannesbraun commented 17 hours ago

What should the displayed value for a type alias be?