Skip to content

What's more important: compiler safety or long workflows? (SwiftUI) #112

Discussion options

You must be logged in to vote

Ultimately we removed compile-time safety for the validity of the Workflow and opted for a run-time check whenever the workflow is created to ensure it is valid. This allows for workflows longer than 9 items long, and provides feedback on initialization (avoiding having to run through the entire workflow).

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@Tyler-Keith-Thompson
Comment options

@Tyler-Keith-Thompson
Comment options

@Tyler-Keith-Thompson
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Richard-Gist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants