moodymudskipper / flow

View and Browse Code Using Flow Diagrams
https://moodymudskipper.github.io/flow/
Other
398 stars 28 forks source link

sub-flows ? #16

Closed moodymudskipper closed 4 years ago

moodymudskipper commented 4 years ago

Not sure what would be the syntax, I think we'd be able to isolate some parts of the flow chart.

This won't allow nesting of such things (cutting out a chart that itself cuts out pieces), though it would be possible by having a standard prefix syntax or giving a vector of prefixes to the function, but we most probably don't need this level of sophistication.


The reasoning behind this is that some pieces of code relative to specific features are hard to modularize, because they might use NSE, or use a lot of local variables, or need to be able to return directly. Our charts don't have this restriction though, so a feature could be isolated and charted as long as it's tagged properly.

This would be useful to discuss the logic of some operations in github issues for instance.

Note : to do this we need to support regular calls and not only functions!

moodymudskipper commented 4 years ago

can of woooooorms, on hold

moodymudskipper commented 4 years ago

done in a simpler way with subset arg

github-actions[bot] commented 2 years ago

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.