-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor AppData to use Lazy<T> for internal state
Refactor AppData<T> to use Lazy<T> for internal state initialization. Update methods in AppData.cs and AppDataTests.cs to accommodate this change. Modify `Get` method to return `InternalState.Value`. Adjust `QueueSave` and `SaveIfRequired` to call methods on the current instance of app data.
- Loading branch information
1 parent
512178f
commit 442bd38
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters