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
It would also be good to have a static Context.has which compiles predicate functions that can be checked fast. Currently, the composer does these things internally, so if we move the checks for each context object, we lose the performance optimisations. Hence, by exposing them statically and re-using these things in the composer, we obtain code with equivalent complexity and constants, while still having a cleaner separation of concerns and better reusability for conversations.
This should be a namespace to query the context object for certain properties, such as whether it contains a command or not.
Once added, this can be reused in the composer, hence improving SoC internally in the library.
The text was updated successfully, but these errors were encountered: