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
{{ message }}
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: