Supervisor transparency
MichaelDrogalis opened this issue · 0 comments
MichaelDrogalis commented
I've gotten a lot of feedback regarding people not using Dire because it calls functions invisibly. What I mean by this is that all pre-hooks, conditions, and exception handlers are invoked without an explicit jump to those functions. This is an understandable concern.
The ideal solution, in my opinion, would be to create a function that describes the flow of execution in the form of a vector for a given function call.