Feature: Speed up compilation with finalize!
#63
Labels
enhancement
New feature or request
Milestone
finalize!
#63
We could avoid having to compile the activity with every invocation of
step
by "marking" the activity as final in the end, which then could trigger compilation (and much better error handling).When using an extendable loader such as
dry-system
(or maybe evenzeitwerk
supports that?) you could add a "loaded" callback that callsactivity_class.finalize!
automatically.The text was updated successfully, but these errors were encountered: