Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: 'strict' mode for state restoration #73

Closed
nhaarman opened this issue Oct 23, 2018 · 0 comments
Closed

Suggestion: 'strict' mode for state restoration #73

nhaarman opened this issue Oct 23, 2018 · 0 comments
Labels
priority:medium This issue has a medium priority type:enhancement A proposed enhancement to the api or behavior type:feature New feature
Milestone

Comments

@nhaarman
Copy link
Owner

State saving is tricky to get right, and if it crashes it will only do so upon state restoration at runtime, apart from writing tests.

When in debug mode however, the app could be executed in 'strict' mode to catch these kinds of errors quickly. For example, on each Scene change the entire Navigator could be saved and restored in some secondary process to ensure the application doesn't crash.

@nhaarman nhaarman added type:enhancement A proposed enhancement to the api or behavior type:feature New feature priority:medium This issue has a medium priority labels Oct 23, 2018
@nhaarman nhaarman added this to the 1.0 milestone Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:medium This issue has a medium priority type:enhancement A proposed enhancement to the api or behavior type:feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant